diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-30 15:27:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 15:27:06 +0200 |
commit | c556918797792567370ad6ce1150a9e2458ddc5f (patch) | |
tree | 9839ce51d1058e47e5c767b06a9e721b54fea32d /src | |
parent | e4af303adf517c1430b9cc125e48b69b6fdbadc8 (diff) | |
parent | 402081def2a1f188fe0128dcc3630fdda125eec4 (diff) |
Merge pull request #118 from DantestyleXD/patch-3
[DB/Quest] Fix for quests 10990 10991 10992 #114
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/World/go_scripts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/World/go_scripts.cpp b/src/scripts/World/go_scripts.cpp index 5b6840b931..e994ff8791 100644 --- a/src/scripts/World/go_scripts.cpp +++ b/src/scripts/World/go_scripts.cpp @@ -448,7 +448,7 @@ public: /*###### ## go_shrine_of_the_birds ######*/ - +/* enum ShrineOfTheBirds { NPC_HAWK_GUARD = 22992, @@ -490,7 +490,7 @@ public: return false; } }; - +*/ /*###### ## go_southfury_moonstone ######*/ @@ -1182,7 +1182,7 @@ void AddSC_go_scripts() // Theirs new go_cat_figurine(); new go_gilded_brazier(); - new go_shrine_of_the_birds(); + //new go_shrine_of_the_birds(); new go_southfury_moonstone(); new go_tablet_of_madness(); new go_tablet_of_the_seven(); |