aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Commands/cs_modify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_modify.cpp b/src/server/scripts/Commands/cs_modify.cpp
index 3279e630042..2ef9cc22559 100644
--- a/src/server/scripts/Commands/cs_modify.cpp
+++ b/src/server/scripts/Commands/cs_modify.cpp
@@ -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)