xdiff, ydiff, and zdiff in ZoneSpellsBlocked converted to xyz_location m_Difference

This commit is contained in:
Arthur Ice
2014-12-01 13:32:19 -08:00
parent 2fe80d32f9
commit 81d2e7d242
3 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -117,9 +117,7 @@ struct ZoneSpellsBlocked {
uint32 spellid;
int8 type;
xyz_location m_Location;
float xdiff;
float ydiff;
float zdiff;
xyz_location m_Difference;
char message[256];
};