diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
commit | 2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0 (patch) | |
tree | 3d12fc01b1892306aec50a216c7220ab30bc2dbc /npc/019-1_Snow_field/taro.txt | |
parent | 88b398a79a9d525e85592bf404f31173875f42c2 (diff) | |
download | serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.gz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.bz2 serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.xz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.zip |
Move more scripts
Diffstat (limited to 'npc/019-1_Snow_field/taro.txt')
-rw-r--r-- | npc/019-1_Snow_field/taro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-1_Snow_field/taro.txt b/npc/019-1_Snow_field/taro.txt index c5ab3289..00976aa4 100644 --- a/npc/019-1_Snow_field/taro.txt +++ b/npc/019-1_Snow_field/taro.txt @@ -1,6 +1,6 @@ // Snow Taro -new_10-1.gat,57,61,0 script Taro 114,{ +019-1.gat,57,61,0 script Taro 114,{ if (getequipid(equip_head) == 511 || getequipid(equip_head) == 1206) goto L_Santa; if (getequipid(equip_head) == 633) goto L_Elf; if (getequipid(equip_head) == 628) goto L_NearElf; |