diff options
| author | Rynem Storm <45861232+Rynem@users.noreply.github.com> | 2019-01-10 14:11:07 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2019-01-10 14:11:07 +0100 |
| commit | a057d26f20ef2d18fa276534d727b03a6b5a2931 (patch) | |
| tree | 182d9cf040790b0a35410329eaf84d20228d4a70 /sql | |
| parent | 755133d8609c424c49be4bbe3bb4ec1ed02195f8 (diff) | |
DB/Spell: fix mistake in Blood Draining's CheckProc and remove Attack Power scaling (#22862)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_10_00_world.sql b/sql/updates/world/3.3.5/2019_01_10_00_world.sql new file mode 100644 index 00000000000..a60804323a2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_bonus_data` SET `ap_bonus`=0, `ap_dot_bonus`=0 WHERE `entry`=64569; |
