mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/SAI/Conditions: Don't allow multiple spawns of Baron Aquanis by Fathom Stone
Ref #c546dcbfd9
This commit is contained in:
5
sql/updates/world/3.3.5/2018_09_03_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2018_09_03_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=177964;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(22,1,177964,1,0,29,1,12876,50,0,1,0,'','Execute sai if not near 12876 alive'),
|
||||
(22,1,177964,1,0,29,1,12876,50,1,1,0,'','Execute sai if not near 12876 dead');
|
||||
Reference in New Issue
Block a user