aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarpten <vertozor@gmail.com>2013-03-12 17:18:34 +0100
committerWarpten <vertozor@gmail.com>2013-03-12 17:18:34 +0100
commit41c3c4273115c079c34dfd03e1ae06e5f9fe6838 (patch)
tree05aae82c717e28be72d10589e9b7cb79b8ea1be0
parenteb3f2349ba16e983b5866504053fed3c702ce651 (diff)
Fixed a duplicate ALTER query, it was already in the previous SQL file.
-rw-r--r--sql/updates/world/2013_03_12_00_world_playercreateinfo_spell_custom.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/world/2013_03_12_00_world_playercreateinfo_spell_custom.sql b/sql/updates/world/2013_03_12_00_world_playercreateinfo_spell_custom.sql
index 8d3df6ab78b..76f7a43eaa0 100644
--- a/sql/updates/world/2013_03_12_00_world_playercreateinfo_spell_custom.sql
+++ b/sql/updates/world/2013_03_12_00_world_playercreateinfo_spell_custom.sql
@@ -1,9 +1,5 @@
TRUNCATE TABLE `playercreateinfo_spell_custom`;
-ALTER TABLE `playercreateinfo_spell_custom`
- CHANGE `race` `racemask` INT(10) UNSIGNED DEFAULT 0 NOT NULL,
- CHANGE `class` `classmask` INT(10) UNSIGNED DEFAULT 0 NOT NULL;
-
INSERT INTO playercreateinfo_spell_custom (racemask, classmask, Spell, Note) VALUES
-- Races: Human, Orc, Dwarf, Night elf, Undead, Tauren, Gnome, Troll, Dranei
-- Classes: Warrior