diff options
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/omar.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/002-2/omar.txt b/npc/002-2/omar.txt index 1307a6f8..5c7b7cd9 100644 --- a/npc/002-2/omar.txt +++ b/npc/002-2/omar.txt @@ -20,7 +20,6 @@ function script KadiyaSubquestConsts { } 002-2,117,126,0 script Omar NPC162,{ - callfunc "ElanoreFix"; callfunc "KadiyaSubquestConsts"; @Q_status = @Q_kadiya_status; @@ -179,7 +178,6 @@ S_Update_Var: @child_number = 7; callfunc "XmasList"; - callfunc "ElanoreFix"; @Q_MASK = NIBBLE_3_MASK; @Q_SHIFT = NIBBLE_3_SHIFT; callfunc "KadiyaSubquestConsts"; |