From 01f2dd0b2c55a98adae6d681930b366cc2d0eb4f Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 3 Sep 2018 18:12:19 +0200 Subject: DB/SAI/Conditions: Don't allow multiple spawns of Baron Aquanis by Fathom Stone Ref #https://github.com/TrinityCore/TrinityCore/commit/c546dcbfd9a14fceaea51f5d6bc681ba1515bc36 (cherry picked from commit 277fb493ce2297b1b4e14f42b8a3f99fe9568f9c) --- sql/updates/world/master/2021_10_23_12_world_2018_09_03_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_10_23_12_world_2018_09_03_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_10_23_12_world_2018_09_03_01_world.sql b/sql/updates/world/master/2021_10_23_12_world_2018_09_03_01_world.sql new file mode 100644 index 00000000000..294d91dff7f --- /dev/null +++ b/sql/updates/world/master/2021_10_23_12_world_2018_09_03_01_world.sql @@ -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'); -- cgit v1.2.3