Command/Morph fix ModelId above 65535 (#18149)

This commit is contained in:
Palabola
2016-10-26 23:14:38 +02:00
committed by Shauren
parent c2d1e43b37
commit dbd3e68ce6
+1 -1
View File
@@ -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)