From f3771f4b7fbfa9a900eadaef652dbecda8a8cf35 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 12 Sep 2016 03:47:27 -0300 Subject: DB/Spell: Add some attributes to Horsemen Credit Fixes achievement credit for dead players (cherry picked from commit e84d587ed47fcdcdbd3482315849d5c5f6fa18d8) --- sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2017_02_26_14_world_2016_09_12_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3