[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.
This commit is contained in:
VladimirMangos 2009-06-17 18:33:02 +04:00
parent fc5a9f8812
commit cb8cffc11e
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8033"
#define REVISION_NR "8034"
#endif // __REVISION_NR_H__