diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 17:57:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 17:57:34 -0300 |
commit | ef3e0f0f4d4fc3b63064d81e4d8d4819e871fd04 (patch) | |
tree | 3592ed194e85331339746fbac80c70677d12e30f /npc/003-1-1 | |
parent | fc89057c862761f5328fe9902601cc703b616eae (diff) | |
download | serverdata-ef3e0f0f4d4fc3b63064d81e4d8d4819e871fd04.tar.gz serverdata-ef3e0f0f4d4fc3b63064d81e4d8d4819e871fd04.tar.bz2 serverdata-ef3e0f0f4d4fc3b63064d81e4d8d4819e871fd04.tar.xz serverdata-ef3e0f0f4d4fc3b63064d81e4d8d4819e871fd04.zip |
Everything which was missing on Celestia Quest
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 791754faf..6377637e0 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -10,7 +10,7 @@ // Only possible with @set command, overrides the co-op requeriment. -003-1-1,94,21,0 script #YetiKing NPC_SUMMONING_CIRC,{ +003-1-1,94,21,0 script #DahYetiKing NPC_SUMMONING_CIRC,{ .@q=getq(HurnscaldQuest_Celestia); if (.@q > 1 && .@q < 99) setq HurnscaldQuest_Celestia, 1; |