mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
This commit is contained in:
19668
sql/updates/world/2014_04_24_01_world_locales_gameobject.sql
Normal file
19668
sql/updates/world/2014_04_24_01_world_locales_gameobject.sql
Normal file
File diff suppressed because it is too large
Load Diff
8
sql/updates/world/2014_04_24_02_world_gossip.sql
Normal file
8
sql/updates/world/2014_04_24_02_world_gossip.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=8725 AND `text_id`=11030;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(8725, 11030); -- 23093
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id`=8725 AND `id`=0;
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `box_coded`, `box_money`, `box_text`) VALUES
|
||||
(8725, 0, 0, 'I am an envoy of Balthas. He has sent me to collect a flawless arcane essence.', 0, 0, ''); -- 23093
|
||||
8
sql/updates/world/2014_04_24_03_world_gossip.sql
Normal file
8
sql/updates/world/2014_04_24_03_world_gossip.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=10318 AND `text_id`=14324;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(10318, 14324); -- 33238
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `menu_id`=10318 AND `id`=7;
|
||||
INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `box_coded`, `box_money`, `box_text`) VALUES
|
||||
(10318, 7, 0, 'Stormwind Champion''s Pennant', 0, 0, ''); -- 33238
|
||||
Reference in New Issue
Block a user