server/sql/updates/8030_03_mangos_npc_trainer.sql
VladimirMangos cb8cffc11e [8034] Fixed sql/updates/8030_03_mangos_npc_trainer.sql.
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.
2009-06-17 18:40:03 +04:00

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;