From 10e8a110e6f92d4b938eab5004a78a344e9183dc Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Fri, 3 Oct 2014 19:03:50 +0200 Subject: DB/Spells: Fix typo --- sql/updates/world/2014_10_03_00_world_434.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_10_03_00_world_434.sql (limited to 'sql') diff --git a/sql/updates/world/2014_10_03_00_world_434.sql b/sql/updates/world/2014_10_03_00_world_434.sql new file mode 100644 index 00000000000..005e0070833 --- /dev/null +++ b/sql/updates/world/2014_10_03_00_world_434.sql @@ -0,0 +1 @@ +ALTER TABLE `spelleffect_dbc` CHANGE `EffectAplitude` `EffectAmplitude` INT(10) UNSIGNED NOT NULL DEFAULT '0'; -- cgit v1.2.3