diff options
author | Killyana <morphone1@gmail.com> | 2016-08-21 17:38:49 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 13:57:38 +0100 |
commit | 3e7e6fa4ac7fae3dfb80919a9c8fb77ec9be19e9 (patch) | |
tree | b6eec1574773bde9f38b2388d01575ad50d6c833 | |
parent | c690bd14fc807a555e3a78e1d7577fe59744777b (diff) |
DB/Gossip: Fix wrong gossip option text for Byancie
Closes #17697
(cherry picked from commit 308602eebfc57c140f4cdf38aadfd4bb478d9456)
-rw-r--r-- | sql/updates/world/master/2017_02_18_03_world_2016_08_21_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_03_world_2016_08_21_06_world.sql b/sql/updates/world/master/2017_02_18_03_world_2016_08_21_06_world.sql new file mode 100644 index 00000000000..22fce10b220 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_03_world_2016_08_21_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu_option` SET `option_text`='I require training', `OptionBroadcastTextID` =6503 WHERE `menu_id`=4762 AND `id`=0; |