From dd7a7b1de0a530540231dfaff0ff04dde9286ced Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 22 Aug 2018 15:53:06 +0200 Subject: DB/Condition: Plague Vial spell used only when player is in Taxi --- sql/updates/world/3.3.5/2018_08_22_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_22_02_world.sql b/sql/updates/world/3.3.5/2018_08_22_02_world.sql new file mode 100644 index 00000000000..0e234300c04 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_22_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=43115; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 43115, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, "", "Plague Vial could be casted only if the player is in taxi"); -- cgit v1.2.3