[7075] Remove outdated original spells from character_spell. Update spell_learn_spell for one from original spells.

This commit is contained in:
VladimirMangos 2009-01-13 00:48:59 +03:00
parent f1b8c677fc
commit aff0fa1489
6 changed files with 28 additions and 4 deletions

View file

@ -0,0 +1,6 @@
ALTER TABLE db_version CHANGE COLUMN required_7074_01_mangos_playercreateinfo_spell required_7075_02_mangos_spell_learn_spell bit;
DELETE FROM spell_learn_spell WHERE Entry = 58984;
INSERT INTO spell_learn_spell VALUES
(58984,21009,1);