mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
10
sql/updates/world/3.3.5/2017_09_24_00_world.sql
Normal file
10
sql/updates/world/3.3.5/2017_09_24_00_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5818;
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=23 AND `SourceGroup`=14437;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(15, 5818, 0, 0, 0, 15, 0, 256, 0, 0, 0, 0, 0, "", "Show gossip option if player is a Warlock"),
|
||||
(23, 14437, 18629, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item Black Lodestone can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded"),
|
||||
(23, 14437, 18663, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item J'eevee's Jar can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded"),
|
||||
(23, 14437, 18670, 0, 0, 47, 0, 7631, 66, 0, 0, 0, 0, "", "Item Xorothian Glyphs can be bought if player has quest 'Dreadsteed of Xoroth' complete or rewarded");
|
||||
|
||||
UPDATE `item_template` SET `BuyCount`=3 WHERE `entry`=18802;
|
||||
Reference in New Issue
Block a user