summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-24 04:22:02 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-24 04:22:02 +0000
commit26fcffdfbeefe1248d88bd231d4007aa0fbdf6ee (patch)
treee13d74c7cc5b5f07300dd403e808d5968992ef3f /src/map/atcommand.c
parentb1762c30a06f3ddf0690d8304342671b02b1ed66 (diff)
downloadhercules-26fcffdfbeefe1248d88bd231d4007aa0fbdf6ee.tar.gz
hercules-26fcffdfbeefe1248d88bd231d4007aa0fbdf6ee.tar.bz2
hercules-26fcffdfbeefe1248d88bd231d4007aa0fbdf6ee.tar.xz
hercules-26fcffdfbeefe1248d88bd231d4007aa0fbdf6ee.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@767 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 5baf355a7..2d1436cfe 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -6376,7 +6376,7 @@ int atcommand_disguise(
if ((mob_id >= 46 && mob_id <= 125) || (mob_id >= 700 && mob_id <= 718) || // NPC
(mob_id >= 721 && mob_id <= 755) || (mob_id >= 757 && mob_id <= 811) || // NPC
(mob_id >= 813 && mob_id <= 834) || // NPC
- (mob_id > 1000 && mob_id < 1521)) { // monsters
+ (mob_id > 1000 && mob_id < 1582)) { // monsters
if (pc_isriding(sd)) { // temporary prevention of crash caused by peco + disguise, will look into a better solution [Valaris]
clif_displaymessage(fd, msg_table[227]); // Cannot wear disguise while riding a Peco.
return -1;