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/002-1/sarah.txt | |
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/002-1/sarah.txt')
-rw-r--r-- | world/map/npc/002-1/sarah.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/world/map/npc/002-1/sarah.txt b/world/map/npc/002-1/sarah.txt index 83fc6558..e638186a 100644 --- a/world/map/npc/002-1/sarah.txt +++ b/world/map/npc/002-1/sarah.txt @@ -2,9 +2,6 @@ 002-1,93,43,0|script|Sarah|106 { - // This NPC previously used the variable TMW_Quest - callfunc "ClearVarTMW_Quest"; - set @state, ((QUEST_SouthTulimshar & NIBBLE_1_MASK) >> NIBBLE_1_SHIFT); if (@state >= 2) goto L_Done; |