diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-31 00:13:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-31 00:13:06 -0300 |
commit | 34134c6e72d5351082a72958833150fc8407f71f (patch) | |
tree | 6d694063fab831b24d4886992cd92bcd51ec4b78 | |
parent | fd657411d1a478c8dfb9568e64b45f4a014a7038 (diff) | |
download | evol-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.c | 2 |
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; } |