aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-10-03 19:03:50 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-10-03 19:03:50 +0200
commit10e8a110e6f92d4b938eab5004a78a344e9183dc (patch)
tree25bed13eca7e44b42f6c4f01b7d7715b661933b1
parentc1381c22199e4f03c8090aa04c43ad87506b1c31 (diff)
DB/Spells: Fix typo
-rw-r--r--sql/updates/world/2014_10_03_00_world_434.sql1
1 files changed, 1 insertions, 0 deletions
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';