aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-02-24 21:25:05 +0100
committerfunjoker <funjoker109@gmail.com>2021-08-08 21:21:34 +0200
commitbab11efc27df47728d453605d8012f9d823b667c (patch)
tree9066679a69b30a8912aa52dcfea51b0f42fd04f0
parenta1a00f823e7e47e8cb652b71a839c1d0875a8f84 (diff)
DB/Conditions: Flaming spear could be casted only if the player is in taxi
Ref #15560 (cherry picked from commit e8094badf7fe42ba2d22198a1053585d6455cf50)
-rw-r--r--sql/updates/world/master/2021_07_01_11_world_2018_02_24_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_07_01_11_world_2018_02_24_04_world.sql b/sql/updates/world/master/2021_07_01_11_world_2018_02_24_04_world.sql
new file mode 100644
index 00000000000..167b959156d
--- /dev/null
+++ b/sql/updates/world/master/2021_07_01_11_world_2018_02_24_04_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=66588 AND ConditionTypeOrReference=46;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(17, 0, 66588, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, '', "Flaming Spear could be casted only if the player is in taxi"),
+(17, 0, 66588, 0, 1, 46, 0, 0, 0, 0, 0, 0, 0, '', "Flaming Spear could be casted only if the player is in taxi");