From dfb23cf0be4750d8fb0c539c0c65f78b2883ac93 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 15 Oct 2016 17:28:11 +0200 Subject: DB/SAI: prevent Dawnblade Hawkrider's SAI from targeting players. Players will not be randomly attacked while in Isle of Quel'Danas anymore. --- sql/updates/world/3.3.5/2016_10_15_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_15_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_15_06_world.sql b/sql/updates/world/3.3.5/2016_10_15_06_world.sql new file mode 100644 index 00000000000..b43b5c0bfa1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_15_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=25063; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 1, 25063, 0, 0, 31, 0, 4, 0, 0, 1, 0, 0, "", "Dawnblade Hawkrider's SAI id 1 does not execute if invoker is a player"); -- cgit v1.2.3