mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
[DB/Quest] Not work quest id 10990 10991 10992 #114 rev.2
This commit is contained in:
@@ -3,9 +3,9 @@ Issue: Not work quest id 10990 10991 10992 #114
|
||||
NPCs spawns are inside the Gobjs
|
||||
*/
|
||||
|
||||
UPDATE gameobject_template SET AIName="SmartGameObjectAI", ScriptName = "" WHERE entry IN (185551,185547,185553);
|
||||
UPDATE gameobject_template SET AIName="SmartGameObjectAI", ScriptName = "" /*go_shrine_of_the_birds*/ WHERE entry IN (185551,185547,185553);
|
||||
DELETE FROM smart_scripts WHERE entryorguid IN (185551,185547,185553) AND source_type=1;
|
||||
INSERT INTO smart_scripts VALUES
|
||||
(185551,1,0,0,64,0,100,0,0,0,0,0,12,22992,7,0,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Gossip Hello - Summon Creature 22992"),
|
||||
(185547,1,0,0,64,0,100,0,0,0,0,0,12,22993,7,0,0,0,0,7,0,0,0,0,0,0,0,"Eagle Shrine - On Gossip Hello - Summon Creature 22993"),
|
||||
(185553,1,0,0,64,0,100,0,0,0,0,0,12,22994,7,0,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Gossip Hello - Summon Creature 22994");
|
||||
(185551,1,0,0,70,0,100,0,2,0,0,0,12,22992,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Activate - Summon Creature 22992"),
|
||||
(185547,1,0,0,70,0,100,0,2,0,0,0,12,22993,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Eagle Shrine - On Gossip Hello - Summon Creature 22993"),
|
||||
(185553,1,0,0,70,0,100,0,2,0,0,0,12,22994,7,60000,0,0,0,7,0,0,0,0,0,0,0,"Hawk Shrine - On Gossip Hello - Summon Creature 22994");
|
||||
@@ -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