diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-04-17 21:04:48 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-04-17 21:04:48 +0200 |
| commit | 5830df185a13fd7e58234710f0b925a2c413177b (patch) | |
| tree | fd1fd88f791c8524a9ca429fc3272a87ddccb46a /sql | |
| parent | 4f98f2dac065c204f1abea45c12dae81aade58c5 (diff) | |
DB/Misc: corrected gossip data of Auctioneer in Stormwind
Closes https://github.com/TrinityCore/TrinityCore/issues/14557
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_04_17_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_17_00_world.sql b/sql/updates/world/2015_04_17_00_world.sql new file mode 100644 index 00000000000..8429938aa21 --- /dev/null +++ b/sql/updates/world/2015_04_17_00_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `gossip_menu` WHERE `entry`=12941; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES +(12941,18205); + +DELETE FROM `gossip_menu_option` WHERE `menu_id`=12941 AND `id`=1; +UPDATE `gossip_menu_option` SET `option_id`=13, `npc_option_npcflag`=2097152 WHERE `menu_id`=12941 AND `id`=0; +UPDATE `npc_text` SET `BroadcastTextID0`=52634 WHERE `ID`=18205; +UPDATE `creature_template` SET `npcflag` = `npcflag`|0x200000 WHERE `entry`=8719; |
