Skip to content

Commit

Permalink
DB/Misc: Lady Jaina Proudmore
Browse files Browse the repository at this point in the history
Few updates to 2b04a9c as found npc_text 7012 was assigned to gossip menu in db
  • Loading branch information
dr-j committed Mar 10, 2016
1 parent c9f9e93 commit 5c064e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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;

0 comments on commit 5c064e1

Please sign in to comment.