server/sql/updates/8504_01_mangos_playercreateinfo_spell.sql
nos4r2zod ac56f62684 [8504] Update old spell version to spell 21084 in some playercreate_* cases.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-09-16 12:48:34 +04:00

5 lines
204 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_8499_01_mangos_spell_elixir required_8504_01_mangos_playercreateinfo_spell bit;
UPDATE `playercreateinfo_spell`
SET `spell` = 21084
WHERE `spell` = 20154;