diff options
author | Wushin <pasekei@gmail.com> | 2015-05-26 11:34:33 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-26 11:34:33 -0500 |
commit | 8ea111cac890c12d3b80fba8cce0483c884c742f (patch) | |
tree | ab5deddd529ef90b837892ff391273279c94f712 /world/map | |
parent | 5891d84084724363cba9794c1c1c0cc9a8b60d20 (diff) | |
parent | 256a0c48e591f6651c3acd636df8b50638a231c5 (diff) | |
download | serverdata-8ea111cac890c12d3b80fba8cce0483c884c742f.tar.gz serverdata-8ea111cac890c12d3b80fba8cce0483c884c742f.tar.bz2 serverdata-8ea111cac890c12d3b80fba8cce0483c884c742f.tar.xz serverdata-8ea111cac890c12d3b80fba8cce0483c884c742f.zip |
Merge pull request #389 from wushin/fix-unequip
Remove Unequip from a map
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/items/unequipcb.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/world/map/npc/items/unequipcb.txt b/world/map/npc/items/unequipcb.txt index 70480acb..649b2912 100644 --- a/world/map/npc/items/unequipcb.txt +++ b/world/map/npc/items/unequipcb.txt @@ -1,8 +1,6 @@ -// For now this has to use a real map name, but the effect happens -// 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|32767 +-|script|UnequipCB|32767 { end; |