diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:06:39 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:22 -0600 |
commit | ac94b5185e33f525bb26f02cafbd3d877d0a2f60 (patch) | |
tree | 17562f343694c47c6ed425dffef1c1033a9112ab /world/map/npc/items/unequipcb.txt | |
parent | fd8f4196a0b4fd9552d25fde1323191542e11bb8 (diff) | |
download | serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.gz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.bz2 serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.xz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.zip |
Fix Items For AST
Diffstat (limited to 'world/map/npc/items/unequipcb.txt')
-rw-r--r-- | world/map/npc/items/unequipcb.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/items/unequipcb.txt b/world/map/npc/items/unequipcb.txt index 83a74f20..c033c80f 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.gat,0,0,0|script|UnequipCB|-1, +017-9.gat,0,0,0|script|UnequipCB|-1 { end; @@ -13,7 +13,7 @@ OnUnequip: } // Paired with unequipcb -function|script|UnequipLater|, +function|script|UnequipLater { // if there are multiple items that want to be removed, // only schedule one timer - scripts will be called again |