[7975] Not remove spell 34090 in 7067_03_characters_character_spell.sql. Spell can be learned independently from form.

This commit is contained in:
VladimirMangos 2009-06-07 15:36:37 +04:00
parent 1f7a7a6518
commit 3e4036855c
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
ALTER TABLE character_db_version CHANGE COLUMN required_7059_02_characters_pet_spell required_7067_03_characters_character_spell bit; ALTER TABLE character_db_version CHANGE COLUMN required_7059_02_characters_pet_spell required_7067_03_characters_character_spell bit;
DELETE FROM `character_spell` WHERE `spell` IN (7376,3025,5419,5421,21156,7381,1178,21178,9635,21178,24905,5420,34123,33948,34090,34764,40121,40122); DELETE FROM `character_spell` WHERE `spell` IN (7376,3025,5419,5421,21156,7381,1178,21178,9635,21178,24905,5420,34123,33948,34764,40121,40122);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7974" #define REVISION_NR "7975"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__