mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
9
sql/updates/world/3.3.5/2017_10_24_07_world_335.sql
Normal file
9
sql/updates/world/3.3.5/2017_10_24_07_world_335.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Thotar --> Fix Gossip Text
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=4017 AND `TextID`=4973;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(4017,4973,0);
|
||||
|
||||
UPDATE `conditions` SET `SourceEntry`=4973 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=4017 AND `ConditionValue1`=1531;
|
||||
|
||||
-- Thotar --> Remove wrong queststart
|
||||
DELETE FROM `creature_queststarter` WHERE `id`=3171 AND `quest`=6069;
|
||||
Reference in New Issue
Block a user