mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +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)
|
||||
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