mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
Merge pull request #118 from DantestyleXD/patch-3
[DB/Quest] Fix for quests 10990 10991 10992 #114
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user