Skip to content

Commit

Permalink
SQL: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Michael committed Mar 16, 2015
1 parent 4ee22e3 commit 8464674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/updates/world/2015_03_16_10_world.sql
Expand Up @@ -11,9 +11,9 @@ DELETE FROM `gossip_menu` WHERE (`entry`=12353 AND `text_id`=17477);
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
(12353, 17477); -- 47923

DELETE FROM `broadcast_text` WHERE `ID`=48373;
INSERT INTO `broadcast_text` (`ID`, `Language`, `MaleText`, `FemaleText`, `EmoteID0`, `EmoteID1`, `EmoteID2`, `EmoteDelay0`, `EmoteDelay1`, `EmoteDelay2`, `SoundId`, `Unk1`, `Unk2`, `VerifiedBuild`) VALUES
(48373, 0, 'Yes, my child?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 19342); -- 48373
-- DELETE FROM `broadcast_text` WHERE `ID`=48373;
-- INSERT INTO `broadcast_text` (`ID`, `Language`, `MaleText`, `FemaleText`, `EmoteID0`, `EmoteID1`, `EmoteID2`, `EmoteDelay0`, `EmoteDelay1`, `EmoteDelay2`, `SoundId`, `Unk1`, `Unk2`, `VerifiedBuild`) VALUES
-- (48373, 0, 'Yes, my child?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 19342); -- 48373

DELETE FROM `gossip_menu_option` WHERE (`menu_id`=12398 AND `id`=0);
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES
Expand Down

0 comments on commit 8464674

Please sign in to comment.