From e84d587ed47fcdcdbd3482315849d5c5f6fa18d8 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 --- sql/updates/world/3.3.5/2016_09_12_02_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_09_12_02_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3