mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
9
sql/updates/world/3.3.5/2016_07_15_02_world.sql
Normal file
9
sql/updates/world/3.3.5/2016_07_15_02_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `npc_text` WHERE `ID`=50000;
|
||||
INSERT INTO `npc_text` (`ID`, `text0_0`, `VerifiedBuild`) VALUES
|
||||
(50000, "The land has been good to our people, $c. We must be thankful for our good fortune.", -1);
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=50000;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`, `VerifiedBuild`) VALUES (50000, 50000, -1);
|
||||
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=50000 WHERE `entry`=2993;
|
||||
Reference in New Issue
Block a user