diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:12:54 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | d25a8158c803de0472aed97095633758f4d44ceb (patch) | |
tree | 08909e37fc77cb2d5b164878239ca9ebdc00ff11 /world/map/npc/018-3 | |
parent | 45a692c1cc5c8b6b537be35c367356f7b2e067fe (diff) | |
download | serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.gz serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.bz2 serverdata-d25a8158c803de0472aed97095633758f4d44ceb.tar.xz serverdata-d25a8158c803de0472aed97095633758f4d44ceb.zip |
NPCs on 018-* fixed
Diffstat (limited to 'world/map/npc/018-3')
-rw-r--r-- | world/map/npc/018-3/bookcase.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-3/evil-obelisk.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-3/sword.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/018-3/bookcase.txt b/world/map/npc/018-3/bookcase.txt index f30ff1da..50e2a40d 100644 --- a/world/map/npc/018-3/bookcase.txt +++ b/world/map/npc/018-3/bookcase.txt @@ -1,6 +1,6 @@ // -018-3.gat,75,123,0|script|#DemonMineBookcase1|400, +018-3.gat,75,123,0|script|#DemonMineBookcase1|400 { callfunc "ClearVariables"; diff --git a/world/map/npc/018-3/evil-obelisk.txt b/world/map/npc/018-3/evil-obelisk.txt index 85f9ca20..b173e7f4 100644 --- a/world/map/npc/018-3/evil-obelisk.txt +++ b/world/map/npc/018-3/evil-obelisk.txt @@ -1,6 +1,6 @@ // -018-3.gat,67,28,0|script|Evil Obelisk|185, +018-3.gat,67,28,0|script|Evil Obelisk|185 { callfunc "ClearVariables"; set @map$, "018-3.gat"; diff --git a/world/map/npc/018-3/sword.txt b/world/map/npc/018-3/sword.txt index 8df51f67..bb5afa1d 100644 --- a/world/map/npc/018-3/sword.txt +++ b/world/map/npc/018-3/sword.txt @@ -1,4 +1,4 @@ -018-3.gat,71,127,0|script|#DemonSword#_M|400, +018-3.gat,71,127,0|script|#DemonSword#_M|400 { if (getskilllv(SKILL_MAGIC)) goto L_message; |