From 2fcd4c381c4b44082fd24afb6e6d11fc242636dc Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Fri, 11 Jan 2013 23:36:23 +0100 Subject: DB/Conditions: Convert shadowstep spell script in conditions --- sql/updates/world/2013_01_11_01_world_conditions.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_01_11_01_world_conditions.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_01_11_01_world_conditions.sql b/sql/updates/world/2013_01_11_01_world_conditions.sql new file mode 100644 index 00000000000..352efb792b4 --- /dev/null +++ b/sql/updates/world/2013_01_11_01_world_conditions.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=36554; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=36554; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 36554, 0, 0, 21, 0, 1024, 0, 0, 1, 103, 0, '', 'Shadowstep - not using Shadowstep while rooted'); -- cgit v1.2.3