aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-03-10 14:27:30 +0000
committerDr-J <daniel.jarrott0@gmail.com>2016-03-10 14:27:30 +0000
commit5c064e1e73283928f95d0c2fcbff6ef72a8837f0 (patch)
treeaa8c28c5247d6210462f264514d610ff1dd7efe1
parentc9f9e93c227103b405b382bd2aadb6dd83fa3c72 (diff)
DB/Misc: Lady Jaina Proudmore
Few updates to https://github.com/TrinityCore/TrinityCore/commit/2b04a9c9d81fd0421e2072de9c6744386209098d as found npc_text 7012 was assigned to gossip menu in db
-rw-r--r--sql/updates/world/2016_03_10_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_10_00_world.sql b/sql/updates/world/2016_03_10_00_world.sql
new file mode 100644
index 00000000000..e3170b27499
--- /dev/null
+++ b/sql/updates/world/2016_03_10_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `creature_text` WHERE `entry`=4968 AND `groupid`=6 AND `id`=0;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=4968 AND `source_type`=0 AND `id` IN(1,2);
+UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=4968 AND `source_type`=0 AND `id`=0 AND `link`=1;
+UPDATE `gossip_menu_option` SET `action_menu_id`=5850 WHERE `menu_id`=2465 AND `id`=0;