diff options
author | Wushin <pasekei@gmail.com> | 2015-05-06 12:57:26 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-06 12:57:26 -0500 |
commit | 0035fec2e7976b936cf62b8b26f69cf1004fc1a5 (patch) | |
tree | 4505c519b30d08acd5550097f57ca4e8548bedd2 /world/map/npc/items | |
parent | 969b8628b353e7e5bbdeaac5b4afe46a8a313e4f (diff) | |
parent | 80af8075940cab5dfb6455af2c731fb01527c097 (diff) | |
download | serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.gz serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.bz2 serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.tar.xz serverdata-0035fec2e7976b936cf62b8b26f69cf1004fc1a5.zip |
Merge pull request #362 from mekolat/32767
npc -1 => 32767
Diffstat (limited to 'world/map/npc/items')
-rw-r--r-- | world/map/npc/items/unequipcb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/unequipcb.txt b/world/map/npc/items/unequipcb.txt index 1d269d3a..70480acb 100644 --- a/world/map/npc/items/unequipcb.txt +++ b/world/map/npc/items/unequipcb.txt @@ -2,7 +2,7 @@ // on any map because of the -1 at the end. // Note: the client (I think) has a display bug if this is called // during the intial connection's equip hook -017-9,0,0,0|script|UnequipCB|-1 +017-9,0,0,0|script|UnequipCB|32767 { end; |