mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[7075] Remove outdated original spells from character_spell. Update spell_learn_spell for one from original spells.
This commit is contained in:
parent
f1b8c677fc
commit
aff0fa1489
6 changed files with 28 additions and 4 deletions
6
sql/updates/7075_02_mangos_spell_learn_spell.sql
Normal file
6
sql/updates/7075_02_mangos_spell_learn_spell.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue