Command/Morph fix ModelId above 65535 (#18149)
This commit is contained in:
@@ -1026,7 +1026,7 @@ public:
|
||||
if (!*args)
|
||||
return false;
|
||||
|
||||
uint16 display_id = (uint16)atoi((char*)args);
|
||||
uint32 display_id = (uint32)atoi((char*)args);
|
||||
|
||||
Unit* target = handler->getSelectedUnit();
|
||||
if (!target)
|
||||
|
||||
Reference in New Issue
Block a user