diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-17 15:43:42 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-17 15:43:42 +0200 |
commit | 19cec23f396c0ab8cb6a574eea5665c73e5ce5a2 (patch) | |
tree | 767d349f5b8805d06bd22d03cec53f38b5793c0c | |
parent | 13aa00d5f21610d4849767b1105709767a2ba408 (diff) |
DB/Spells: Fix a typo in 7b9ed5afdd4888339aa98d83b547006ea2d21375 (thx Destalker)
-rw-r--r-- | sql/updates/world/2012_08_17_00_world_spell_dbc.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |