mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[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:
parent
fc5a9f8812
commit
cb8cffc11e
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
ALTER TABLE db_version CHANGE COLUMN required_8021_01_mangos_spell_proc_event required_8030_03_mangos_npc_trainer bit;
|
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;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8033"
|
#define REVISION_NR "8034"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue