diff options
| author | Xanadu <none@none> | 2010-03-25 17:09:05 +0100 |
|---|---|---|
| committer | Xanadu <none@none> | 2010-03-25 17:09:05 +0100 |
| commit | 20de79f6baae006c4536cadb3d1a598bcb792363 (patch) | |
| tree | a5aa7b7870625ffecc3383210fa7e85c042511c0 /sql/updates | |
| parent | 2f17cff295b9933ee6a0bb50b0d7e510521bc1e1 (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.sql | 1 |
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; |
