diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-12 03:47:27 -0300 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 19:20:02 +0100 |
commit | f3771f4b7fbfa9a900eadaef652dbecda8a8cf35 (patch) | |
tree | e968619ae057d58afde0c80f742be3e531f0e0ba | |
parent | 927a1b3e1e5b92527ba32880ef2e62c2b430c826 (diff) |
DB/Spell: Add some attributes to Horsemen Credit
Fixes achievement credit for dead players
(cherry picked from commit e84d587ed47fcdcdbd3482315849d5c5f6fa18d8)
-rw-r--r-- | sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql b/sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql new file mode 100644 index 00000000000..f573d920bd1 --- /dev/null +++ b/sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `AttributesEx3`=`AttributesEx3`|0x00000100, `AttributesEx2`=`AttributesEx2`|0x00000005 WHERE `Id` = 59450; |