diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:19:36 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:24 -0600 |
commit | 3db1080d6f84deed38ead97d24055ec3c5cde86b (patch) | |
tree | e55cd8ff83e95a4c1383978a18bf884b0b0ae627 /world/map/npc/048-2/sageNikolai.txt | |
parent | c8d231f68734e87b03b9b714b272397bbfaadcee (diff) | |
download | classic-serverdata-3db1080d6f84deed38ead97d24055ec3c5cde86b.tar.gz classic-serverdata-3db1080d6f84deed38ead97d24055ec3c5cde86b.tar.bz2 classic-serverdata-3db1080d6f84deed38ead97d24055ec3c5cde86b.tar.xz classic-serverdata-3db1080d6f84deed38ead97d24055ec3c5cde86b.zip |
NPCs on 048-* fixed
Diffstat (limited to 'world/map/npc/048-2/sageNikolai.txt')
-rw-r--r-- | world/map/npc/048-2/sageNikolai.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/048-2/sageNikolai.txt b/world/map/npc/048-2/sageNikolai.txt index 5aa1b659..b396dbd9 100644 --- a/world/map/npc/048-2/sageNikolai.txt +++ b/world/map/npc/048-2/sageNikolai.txt @@ -3,7 +3,7 @@ // see bluesageConfig for detailed quest description // Sage Nikolai gives hints about the different subquests and rewards -048-2.gat,98,106,0|script|Nikolai|362, +048-2.gat,98,106,0|script|Nikolai|362 { set @halloween_npc_id, $@halloween_npc_nikolai; callfunc "TrickOrTreat"; @@ -287,7 +287,7 @@ L_Close: close; } -//048-2.gat,100,106,0|script|Debug|160, +//048-2.gat,100,106,0|script|Debug|160 //{ // set @investigate, ((QUEST_BlueSage & $@Q_BlueSageInvestigate_MASK) >> $@Q_BlueSageInvestigate_SHIFT); // set @bookpages, ((QUEST_BlueSage & $@Q_BlueSageBookPages_MASK) >> $@Q_BlueSageBookPages_SHIFT); |