summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emap/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c
index 8c38a35..d3b9a99 100644
--- a/src/emap/atcommand.c
+++ b/src/emap/atcommand.c
@@ -333,7 +333,7 @@ ACMD0(tmw2item)
if( item_id == 828 ||
(item_id >= 589 && item_id <= 593) ||
item_id == 7420 ) {
- clif->message(fd, msg_fd(fd,1999)); // TMW2 Restriction
+ clif->message(fd, msg_fd(fd,1481)); // TMW2 Restriction
return false;
}