aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2018_10_17_00_world_335.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_17_00_world_335.sql b/sql/updates/world/3.3.5/2018_10_17_00_world_335.sql
index 8fdea9fe764..a336061d629 100644
--- a/sql/updates/world/3.3.5/2018_10_17_00_world_335.sql
+++ b/sql/updates/world/3.3.5/2018_10_17_00_world_335.sql
@@ -8,4 +8,4 @@ DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (6045,6021,6101,21334,21333,2
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
(6021, 0, 0, "I cannot Vaelastraz! Surely something can be done to heal you!", 9847, 1, 1, 6101, 0, 0, 0, "", 0, 0),
(6101, 0, 0, "Vaelastraz,, no!!", 10011, 1, 1, 0, 0, 0, 0, "", 0, 0);
-UPDATE `creature_template` SET `gossip_menu_id`=6021 WHERE `entry`=13020
+UPDATE `creature_template` SET `gossip_menu_id`=6021 WHERE `entry`=13020;