mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
xdiff, ydiff, and zdiff in ZoneSpellsBlocked converted to xyz_location m_Difference
This commit is contained in:
+1
-3
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user