mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
6
sql/updates/world/3.3.5/2018_04_04_05_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2018_04_04_05_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Champion Cyssa Dawnrose --> Fix gossip text
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=8111 AND `TextID` IN (10040,10044);
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(8111,10044,0);
|
||||
|
||||
UPDATE `conditions` SET `SourceEntry`=10044 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=8111 AND `SourceEntry`=10040;
|
||||
Reference in New Issue
Block a user