diff options
author | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
commit | 63c2f12d64ab327d60fc41bfa37fd12b5f7e7649 (patch) | |
tree | fd9087fa7497649a1f4defc4cf8e9b1c241fe0b0 /world/map/npc/005-1/spirit.txt | |
parent | 95c0fa59d5ab80b96500a89aa9d28fe87e544dc6 (diff) | |
parent | 4cc9ace3c293a6592bcca06db2a558e01308372a (diff) | |
download | classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.gz classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.bz2 classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.xz classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.zip |
Merge pull request #206 from wushin/AST-FIX
AST script fix
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; |