mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
Real query added. In fact this queary only need if your npc_trainer table have unfixed yet outdated spell 64904. In other case it work in same way as old empty sql update version.
3 lines
No EOL
164 B
SQL
3 lines
No EOL
164 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8021_01_mangos_spell_proc_event required_8030_03_mangos_npc_trainer bit;
|
|
|
|
DELETE FROM npc_trainer WHERE spell = 64904; |