mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Learn part suggested by Lightguard Spell proc part sugested by Fullburned. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
4 lines
235 B
SQL
4 lines
235 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8873_01_mangos_spell_proc_event required_8873_02_mangos_spell_learn_spell bit;
|
|
|
|
DELETE FROM spell_learn_spell WHERE SpellID = 56816;
|
|
INSERT INTO spell_learn_spell VALUES (56815, 56816, 0);
|