diff options
Diffstat (limited to 'npc/015-8/config.txt')
-rw-r--r-- | npc/015-8/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-8/config.txt b/npc/015-8/config.txt index 986e4bc65..b03dce109 100644 --- a/npc/015-8/config.txt +++ b/npc/015-8/config.txt @@ -14,7 +14,7 @@ OnTouch: .@q=getq(HurnscaldQuest_Sagratha); .@q2=getq2(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 3) { + if (!MAGIC_LVL || .@q < 3) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; |