diff options
| author | Killyana <morphone1@gmail.com> | 2020-04-10 20:05:26 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-10 20:05:26 +0200 |
| commit | d0f9ace67970f51bd1e9fb153a0844555f2b1ca2 (patch) | |
| tree | 71f1f84e881b487b8343eb4bcbb07f83f4e3ed99 /sql/updates | |
| parent | 0fa366cbda66b10584075286db348f0e5e6e8a32 (diff) | |
Creature: Gorkun Ironskull & Martin Victus in The Pit of Saron
Still some events are missing in this instance
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_10_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_10_00_world.sql b/sql/updates/world/3.3.5/2020_04_10_00_world.sql new file mode 100644 index 00000000000..c89daf465e3 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_10_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `id`=37592; +UPDATE `creature_template` SET `gossip_menu_id`=10925 WHERE `entry` IN (37618); +UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry` IN (37614,37580); +UPDATE `creature_template` SET `gossip_menu_id`=10922 WHERE `entry` IN (37592,37591,37607,37606); -- must be changed to 10923 for the summoned npcs once Forgemaster Garfrost killed +-- missing gossip used by Arthas in COS "Are you ready to face Mal'Ganis with me?" +DELETE FROM `gossip_menu` WHERE `MenuId`=9712 AND `TextId`=13287; +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(9712, 13287, 11159); -- 26499 |
