diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-12 03:47:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 03:47:27 -0300 |
commit | e84d587ed47fcdcdbd3482315849d5c5f6fa18d8 (patch) | |
tree | 46ba7e31128f173a77a3772747daf9432c0088f1 | |
parent | 9dfd252bfeb697d758b1a68cb8530fe92b4aee89 (diff) |
DB/Spell: Add some attributes to Horsemen Credit
Fixes achievement credit for dead players
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_12_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_12_02_world.sql b/sql/updates/world/3.3.5/2016_09_12_02_world.sql new file mode 100644 index 00000000000..f573d920bd1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_12_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `AttributesEx3`=`AttributesEx3`|0x00000100, `AttributesEx2`=`AttributesEx2`|0x00000005 WHERE `Id` = 59450; |