[11201] Fixed sql update guards in 11200_01_mangos_spell_bonus_data.sql

This commit is contained in:
VladimirMangos 2011-02-23 16:35:52 +03:00
parent 3f86c5a865
commit 6529e69924
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
ALTER TABLE db_version CHANGE COLUMN required_11190_01_mangos_pool_creature_template required_11200_01_mangos_spell_bonus_data bit;
ALTER TABLE db_version CHANGE COLUMN required_11190_01_mangos_pool_gameobject_template required_11200_01_mangos_spell_bonus_data bit;
DELETE FROM spell_bonus_data WHERE entry IN (1776, 8680, 13218);
INSERT INTO spell_bonus_data VALUES

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11200"
#define REVISION_NR "11201"
#endif // __REVISION_NR_H__