Callmephil Posted March 16, 2017 Share Posted March 16, 2017 Hey guys, so i recently retro-ported models from WoD to Wotlk However i get this issue : .Morph aren't showing the correct model but the creature do.. Why is this happening ? Link to comment Share on other sites More sharing options...
Callmephil Posted March 16, 2017 Author Share Posted March 16, 2017 Nevermind.. Morph command is coded with uint16 : uint16 display_id = (uint16)atoi((char*)args); i changed it to : uint32 display_id = (uint32)atoi((char*)args); Link to comment Share on other sites More sharing options...
[Solved] Creature Morph aren't showing correctly
By Callmephilin Retro-Porting
Recommended Posts