diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-24 16:47:51 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-26 01:57:40 -0400 |
commit | a413653361e218695fa6305d760c22458ac78657 (patch) | |
tree | 93a2c4c2223e7400d1e56697a867ec0f5a710b85 /world/map/npc/018-3 | |
parent | 024b3be4951424cd5a1169020083c331b0cfb445 (diff) | |
download | serverdata-a413653361e218695fa6305d760c22458ac78657.tar.gz serverdata-a413653361e218695fa6305d760c22458ac78657.tar.bz2 serverdata-a413653361e218695fa6305d760c22458ac78657.tar.xz serverdata-a413653361e218695fa6305d760c22458ac78657.zip |
remove other instances of ClearVariables
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 | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/world/map/npc/018-3/bookcase.txt b/world/map/npc/018-3/bookcase.txt index a2cf0431..8c5d587f 100644 --- a/world/map/npc/018-3/bookcase.txt +++ b/world/map/npc/018-3/bookcase.txt @@ -2,8 +2,6 @@ 018-3,75,123,0|script|#DemonMineBookcase1|400 { - callfunc "ClearVariables"; - set @state, ((QUEST_Hurnscald & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT); if (@state == 0) goto L_Search; diff --git a/world/map/npc/018-3/evil-obelisk.txt b/world/map/npc/018-3/evil-obelisk.txt index ac316fd5..4ecc00b3 100644 --- a/world/map/npc/018-3/evil-obelisk.txt +++ b/world/map/npc/018-3/evil-obelisk.txt @@ -2,7 +2,6 @@ 018-3,67,28,0|script|Evil Obelisk|185 { - callfunc "ClearVariables"; set @map$, "018-3"; set @x0, 56; set @y0, 22; |