diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
commit | 34836c434f288a4030e813b93c210803aa1a3daa (patch) | |
tree | 976296e54cdc8eda8dffa20406388e52e08c831d /npc/015-8 | |
parent | 1c759cb9a446437a08e4906326119b7c1838d1e9 (diff) | |
download | serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.gz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.bz2 serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.xz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.zip |
Whitespace fixing
Diffstat (limited to 'npc/015-8')
-rw-r--r-- | npc/015-8/config.txt | 2 | ||||
-rw-r--r-- | npc/015-8/sealedshrine.txt | 6 |
2 files changed, 4 insertions, 4 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; diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index d7989d44e..8be41f9e3 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -11,7 +11,7 @@ function script SaggySealCheck { .@q=getq(HurnscaldQuest_Sagratha); .@q3=getq3(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; @@ -535,7 +535,7 @@ function script SaggyShrineStatue { .@q=getq(HurnscaldQuest_Sagratha); // Initial check - if (!MAGIC_LVL || .@q < 4) { + if (!MAGIC_LVL || .@q < 4) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; @@ -613,7 +613,7 @@ OnInit: .@q=getq(HurnscaldQuest_Sagratha); .@q3=getq3(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 4) { + if (!MAGIC_LVL || .@q < 4) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; |