aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-03-16 22:14:36 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2015-03-16 22:14:36 +0100
commit846467423695a73bb1e7687421c8e44de1f0d692 (patch)
tree16dd0a587002c5b69a3848f6cc34acb617683e88
parent4ee22e3c5e8feeb0f6e9d388e03908eb0aa927c1 (diff)
SQL: Fix import
-rw-r--r--sql/updates/world/2015_03_16_10_world.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/2015_03_16_10_world.sql b/sql/updates/world/2015_03_16_10_world.sql
index 93983891b4f..1dce6c40205 100644
--- a/sql/updates/world/2015_03_16_10_world.sql
+++ b/sql/updates/world/2015_03_16_10_world.sql
@@ -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