diff options
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/sword.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/018-3/bookcase.txt b/world/map/npc/018-3/bookcase.txt index 38af0d0e..72716754 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|127,{ +018-3.gat,75,123,0|script|#DemonMineBookcase1|400,{ callfunc "ClearVariables"; set @state, ((QUEST_Hurnscald & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT); diff --git a/world/map/npc/018-3/sword.txt b/world/map/npc/018-3/sword.txt index 48150330..703890f3 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|127,{ +018-3.gat,71,127,0|script|#DemonSword#_M|400,{ if (getskilllv(SKILL_MAGIC)) goto L_message; close; |