Fixed typo in SpellMgr::GetSpellAllowedInLocationError. This should fix problems...
[getmangos.git] / sql / updates / 2008_12_22_07_mangos_quest_template.sql
bloba3795504bba2ab13748ac62c347d93f7ff4a0fa6
1 ALTER TABLE db_version CHANGE COLUMN required_2008_12_22_04_mangos_item_template required_2008_12_22_07_mangos_quest_template bit;
3 alter table `quest_template`
4     add column `PlayersSlain` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `CharTitleId`,
5     add column `BonusTalents` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `PlayersSlain`;