From 19cec23f396c0ab8cb6a574eea5665c73e5ce5a2 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Fri, 17 Aug 2012 15:43:42 +0200 Subject: DB/Spells: Fix a typo in 7b9ed5afdd4888339aa98d83b547006ea2d21375 (thx Destalker) --- sql/updates/world/2012_08_17_00_world_spell_dbc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_08_17_00_world_spell_dbc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_08_17_00_world_spell_dbc.sql b/sql/updates/world/2012_08_17_00_world_spell_dbc.sql new file mode 100644 index 00000000000..ee6d2d2f3b6 --- /dev/null +++ b/sql/updates/world/2012_08_17_00_world_spell_dbc.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `ProcChance`=101,`ProcCharges`=0,`SpellFamilyName`=3,`SpellFamilyFlags2`=0 WHERE `Id`=35009; -- cgit v1.2.3