diff options
author | wushin <pasekei@gmail.com> | 2015-05-26 10:18:08 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-05-26 11:32:51 -0500 |
commit | 256a0c48e591f6651c3acd636df8b50638a231c5 (patch) | |
tree | ab5deddd529ef90b837892ff391273279c94f712 | |
parent | 5891d84084724363cba9794c1c1c0cc9a8b60d20 (diff) | |
download | serverdata-256a0c48e591f6651c3acd636df8b50638a231c5.tar.gz serverdata-256a0c48e591f6651c3acd636df8b50638a231c5.tar.bz2 serverdata-256a0c48e591f6651c3acd636df8b50638a231c5.tar.xz serverdata-256a0c48e591f6651c3acd636df8b50638a231c5.zip |
Remove Unequip from a 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; |