diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-28 21:13:24 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-28 21:13:24 +0100 |
commit | 9759aa2cfd4e58831bc071a253cdfa67d6c8d2a9 (patch) | |
tree | c106f6ab07cd5620c0c74ccdcc5b937ac6c59cb6 | |
parent | 5d2963515263de586698d4f148e10c3f758b00e2 (diff) |
DB/Gossip: Orchish Orphan
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one.
-rw-r--r-- | sql/updates/world/2015_04_28_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_28_03_world.sql b/sql/updates/world/2015_04_28_03_world.sql new file mode 100644 index 00000000000..fac605b9f06 --- /dev/null +++ b/sql/updates/world/2015_04_28_03_world.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); |