diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:08:37 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 72cb943950a7d4ac342eda4a9d546a3b03269ecf (patch) | |
tree | 1c1999e61329ff5801e6bae851b89a991caa91fc /world/map/npc/005-1/spirit.txt | |
parent | 7d6e2171f58c850993ea89a5dfa4845a1be645bc (diff) | |
download | serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.gz serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.bz2 serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.xz serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.zip |
NPCs on 005-* fixed
Diffstat (limited to 'world/map/npc/005-1/spirit.txt')
-rw-r--r-- | world/map/npc/005-1/spirit.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/005-1/spirit.txt b/world/map/npc/005-1/spirit.txt index 6d328d23..6e2784d2 100644 --- a/world/map/npc/005-1/spirit.txt +++ b/world/map/npc/005-1/spirit.txt @@ -1,4 +1,4 @@ -function|script|EarthImpTouch|, +function|script|EarthImpTouch { if (getskilllv(SKILL_MAGIC)) goto L_message; @@ -286,13 +286,13 @@ S_update_var: return; } -005-1.gat,118,70,0|script|#EarthImp0#_M|400, +005-1.gat,118,70,0|script|#EarthImp0#_M|400 { callfunc "EarthImpTouch"; end; } -005-1.gat,119,70,0|script|#EarthImp1#_M|400, +005-1.gat,119,70,0|script|#EarthImp1#_M|400 { callfunc "EarthImpTouch"; end; |