summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-31 00:13:06 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-31 00:13:06 -0300
commit34134c6e72d5351082a72958833150fc8407f71f (patch)
tree6d694063fab831b24d4886992cd92bcd51ec4b78
parentfd657411d1a478c8dfb9568e64b45f4a014a7038 (diff)
downloadevol-hercules-34134c6e72d5351082a72958833150fc8407f71f.tar.gz
evol-hercules-34134c6e72d5351082a72958833150fc8407f71f.tar.bz2
evol-hercules-34134c6e72d5351082a72958833150fc8407f71f.tar.xz
evol-hercules-34134c6e72d5351082a72958833150fc8407f71f.zip
Change error message from "??" to "Help me out~ Please~ T_T"
-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;
}