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