aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-07-24 17:08:01 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-07-24 17:08:01 +0200
commit03146835e57bba89e73224d8e5b88e33e36287cb (patch)
tree4698ae9f418de0c0110b5dce4cf2093219eae76c
parent02cbe978aad1570a3b44413d07ccfc2cb0226216 (diff)
DB/Creature: Mana surge
By untaught, closes #11661
-rw-r--r--sql/updates/world/2014_07_24_12_world_conditions.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_24_12_world_conditions.sql b/sql/updates/world/2014_07_24_12_world_conditions.sql
new file mode 100644
index 00000000000..b755a43c601
--- /dev/null
+++ b/sql/updates/world/2014_07_24_12_world_conditions.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup`=2 AND `SourceEntry`=6550 AND `SourceId`=0;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(22,2,6550,0,0,29,1,6550,100,0,1,0,0,'','Execute SAI if only there is no Mana Surge in vicinity');