aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincentmichael@trinity.contrib>2013-06-30 17:39:54 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-06-30 17:39:54 +0200
commita9aef5c947668e45197154a6ca3ff60ec875d324 (patch)
tree3a69bc32d24d5a9e5abe162392c15c4b7b30c77f
parent9e5ce92a82cb15e1728d7c76c3865063a1dc1a50 (diff)
DB/Conditions: make Frenzyheart fury only affect players
Closes #6408
-rw-r--r--sql/updates/world/2013_06_30_03_world_conditions.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_30_03_world_conditions.sql b/sql/updates/world/2013_06_30_03_world_conditions.sql
new file mode 100644
index 00000000000..934a20cd025
--- /dev/null
+++ b/sql/updates/world/2013_06_30_03_world_conditions.sql
@@ -0,0 +1,3 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=51469;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 1, 51469, 0, 0, 32, 0, 0x90, 0, 0, 0, 0, 0, '', 'Frenzyheart''s Fury - only for Players');