mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: small fixes for The Frost Wyrm and its Master.
- Fix wrong spawntime for spellfocus gameobject. - Add conditions for quest item's spell to prevent exploits, by @sirikfoll Updates #3541
This commit is contained in:
6
sql/updates/world/3.3.5/2016_09_10_06_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_09_10_06_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=42817;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(17, 0, 42817, 0, 0, 29, 0, 24019, 100, 0, 1, 0, 0, "", "Can cast spell Wyrmcaller's Horn if NPC Glacion is not near");
|
||||
|
||||
UPDATE `gameobject` SET `spawntimesecs`=0 WHERE `guid`=6008;
|
||||
Reference in New Issue
Block a user