mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Bizarre issue reported with SendIllusionPacket corrupting size in lua, dunno if this fixes it but fingers crossed.
This commit is contained in:
+1
-1
@@ -1460,7 +1460,7 @@ void Mob::SendIllusionPacket(uint16 in_race, uint8 in_gender, uint8 in_texture,
|
||||
else
|
||||
this->drakkin_details = in_drakkin_details;
|
||||
|
||||
if (in_size == 0xFFFFFFFF)
|
||||
if (in_size <= 0.0f)
|
||||
this->size = GetSize();
|
||||
else
|
||||
this->size = in_size;
|
||||
|
||||
Reference in New Issue
Block a user