diff options
| author | n0n4m3 <none@none> | 2009-12-20 17:32:16 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-20 17:32:16 +0100 |
| commit | 323e613be35346cc9326f4ea7712a314b6310000 (patch) | |
| tree | 61e35d6f02f3ee7c441719cbc3844e820d62a54d | |
| parent | 5f4c1e97b74ec52ab4c0680059d8fd9cb5c46cba (diff) | |
Fixed DK disease scaling damage
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/6655_world_spell_bonus_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6655_world_spell_bonus_data.sql b/sql/updates/6655_world_spell_bonus_data.sql new file mode 100644 index 00000000000..915a82b0e98 --- /dev/null +++ b/sql/updates/6655_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE spell_bonus_data SET dot_bonus = 1.15 WHERE entry IN (55078, 55095);
\ No newline at end of file |
