diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-07-23 00:10:44 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-23 00:10:44 +0700 |
| commit | 4c9269cd54c4d360fa7e25bc4f3d90603528ee93 (patch) | |
| tree | ee3afefe924d4e7303572e6ce5cd961d03666004 /sql/base/world_database.sql | |
| parent | 6b1a7497dc2482a7d1d14bf37e715156890054ea (diff) | |
Core/Spells: Fix talent Deep Wounds. Original idea by DrTenma
Closes #395
Closes #954
Closes #1188
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 387e644fbff..d2e7781cf63 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -17111,6 +17111,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (30294, 0, 0, 0, 0, 'Warlock - Soul Leech'), (30108, -1, 0.2, -1, -1, 'Warlock - Unstable Affliction'), (31117, 1.8, -1, -1, -1, 'Warlock - Unstable Affliction Dispell'), +(12162, 0, 0, 0, 0, 'Warrior - Deep Wounds'), (57755, -1, -1, 0.5, -1, 'Warrior - Heroic Throw'), (20253, -1, -1, 0.12, -1, 'Warrior - Intercept'), (61491, -1, -1, 0.12, -1, 'Warrior - Intercept'), |
