diff Spells.cpp @ 839:ae8f83e1b0cf

coordinates for the town portal
author x1diablo
date Thu, 28 Mar 2013 20:14:14 +0200
parents cc4b7981c1bb
children 8cd0b155bebe
line wrap: on
line diff
--- a/Spells.cpp	Thu Mar 28 00:37:58 2013 +0400
+++ b/Spells.cpp	Thu Mar 28 20:14:14 2013 +0200
@@ -12,6 +12,15 @@
 
 
 
+TownPortalData TownPortalList[6] = //4ECBB8
+{
+ {Vec3_int_(-5121, 2107, 1), 1536, 0, 21, 0},
+ {Vec3_int_(-15148, -10240, 1473), 0, 0, 4, 0},
+ {Vec3_int_(-10519, 5375, 753), 512, 0, 3, 0},
+ {Vec3_int_(3114, -11055, 513), 0, 0, 10, 0},
+ {Vec3_int_(-158, 7624, 1), 512, 0, 7, 0},
+ {Vec3_int_(-1837, -4247, 65), 65, 0, 8, 0}
+} ;
 
 struct SpellStats *pSpellStats;