mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Core/Commands): Support morph uint32 ids (#1753)
This commit is contained in:
committed by
Kargatum
parent
d202aea16d
commit
a0e727ce1f
@@ -1264,7 +1264,7 @@ public:
|
|||||||
if (!*args)
|
if (!*args)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
uint16 display_id = (uint16)atoi((char*)args);
|
uint32 display_id = (uint32)atoi((char*)args);
|
||||||
|
|
||||||
Unit* target = handler->getSelectedUnit();
|
Unit* target = handler->getSelectedUnit();
|
||||||
if (!target)
|
if (!target)
|
||||||
|
|||||||
Reference in New Issue
Block a user