diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-28 21:13:24 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-01 10:22:57 +0100 |
| commit | 3c059809c0c7aa961f413864d70aa23999d26371 (patch) | |
| tree | d20dad2b00a62e8767c5aac60d32e60bcafd917d | |
| parent | bb92ca18964cf114d27a1376d8e6e7c29dda1bea (diff) | |
DB/Gossip: Orchish Orphan
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one.
(cherry picked from commit 9759aa2cfd4e58831bc071a253cdfa67d6c8d2a9)
| -rw-r--r-- | sql/updates/world/2015_11_01_11_world_2015_04_28_03.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_01_11_world_2015_04_28_03.sql b/sql/updates/world/2015_11_01_11_world_2015_04_28_03.sql new file mode 100644 index 00000000000..fac605b9f06 --- /dev/null +++ b/sql/updates/world/2015_11_01_11_world_2015_04_28_03.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `gossip_menu_id`=5820 WHERE `entry`=14444; + +DELETE FROM `gossip_menu` WHERE `entry`=5820; +INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES +(5820, 6993); |
