aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2018-10-17 19:33:01 +0200
committerGitHub <noreply@github.com>2018-10-17 19:33:01 +0200
commit09b6dd928aae059c5300d3308c48f717802e0ce0 (patch)
tree05652ecfd53e38db0bc1af207d524165f8b5c37f
parent0ea598b0eada3685601f64809793572ae9c576db (diff)
fix typo
-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;