diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-07 09:47:10 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-07 09:47:10 +0000 |
commit | 371a82fd7d41c1c1d45845e6617cc5bbd7a34053 (patch) | |
tree | 647da87f4e54e7e41b6d2fc5b882152e3a73f052 /npc/custom/events | |
parent | a5b1f8fa3e5ce845a5f9aaa927dc695fa6ce9c4d (diff) | |
download | hercules-371a82fd7d41c1c1d45845e6617cc5bbd7a34053.tar.gz hercules-371a82fd7d41c1c1d45845e6617cc5bbd7a34053.tar.bz2 hercules-371a82fd7d41c1c1d45845e6617cc5bbd7a34053.tar.xz hercules-371a82fd7d41c1c1d45845e6617cc5bbd7a34053.zip |
- Custom Disguise Event: added mob_id 1187 to the blacklist. (bugreport:6637)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16758 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/events')
-rw-r--r-- | npc/custom/events/disguise.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt index da84f761f..a3113a288 100644 --- a/npc/custom/events/disguise.txt +++ b/npc/custom/events/disguise.txt @@ -134,7 +134,7 @@ OnInit: 1708,1719,1734,1751,1768,1779,1785,1802,1832,1871,1874,1885,1917,1980,2022,2068,2087,2131, 2156,2165; set .BlackList$, "1003,1006,1017,1021,1022,1027,1043,1075,1136,1137,1168," + - "1171,1172,1173,1181,1210,1217,1218,1222,1223,1224,1225,1226,1227,1228," + + "1171,1172,1173,1181,1187,1210,1217,1218,1222,1223,1224,1225,1226,1227,1228," + "1233,1284,1407,1411,1414,1495,1501,1900,1996,2000,2001,2002,2003,2004," + "2005,2006,2007,2011,2012,2025,2028,2029,2030,2031,2032,2033,2034,2035," + "2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049," + |