diff options
author | Killyana <morphone1@gmail.com> | 2018-08-22 15:53:06 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-22 15:53:06 +0200 |
commit | dd7a7b1de0a530540231dfaff0ff04dde9286ced (patch) | |
tree | dacbbf270aeaa4d4f00db443795608720d3f4529 | |
parent | 1da9c040c96a300e416acc8bf9fec14aff5edab5 (diff) |
DB/Condition: Plague Vial spell used only when player is in Taxi
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_22_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |