ZoneSpellsBlocked converted x,y, and z to m_Location as xyz_location

This commit is contained in:
Arthur Ice
2014-12-01 13:05:40 -08:00
parent 31d32682b0
commit 2fe80d32f9
3 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -116,9 +116,7 @@ struct PetInfo {
struct ZoneSpellsBlocked {
uint32 spellid;
int8 type;
float x;
float y;
float z;
xyz_location m_Location;
float xdiff;
float ydiff;
float zdiff;