aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorXanadu <none@none>2010-03-25 17:09:05 +0100
committerXanadu <none@none>2010-03-25 17:09:05 +0100
commit20de79f6baae006c4536cadb3d1a598bcb792363 (patch)
treea5aa7b7870625ffecc3383210fa7e85c042511c0 /sql/updates
parent2f17cff295b9933ee6a0bb50b0d7e510521bc1e1 (diff)
Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging Wrath for 30 s. Closes issue #1270. Thanks to _manuel_ for research.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7701_world_spell_dbc.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7701_world_spell_dbc.sql b/sql/updates/7701_world_spell_dbc.sql
new file mode 100644
index 00000000000..e5bcc19a098
--- /dev/null
+++ b/sql/updates/7701_world_spell_dbc.sql
@@ -0,0 +1 @@
+UPDATE `spell_dbc` SET `DurationIndex` = 4, `EffectImplicitTargetA1` = 25 WHERE `Id` = 61988;