mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Fix some bugs with the use of the model field in npc_types
This commit is contained in:
+5
-1
@@ -1736,7 +1736,11 @@ void Mob::SendIllusionPacket(
|
||||
uint32 new_drakkin_tattoo;
|
||||
uint32 new_drakkin_details;
|
||||
|
||||
race = (in_race) ? in_race : GetBaseRace();
|
||||
race = in_race;
|
||||
if (race == 0)
|
||||
{
|
||||
race = (use_model) ? use_model : GetBaseRace();
|
||||
}
|
||||
|
||||
if (in_gender != 0xFF)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user