server/sql/updates/8505_01_characters_character_spell.sql
NoFantasy 744c6eaac0 [8505] Set character spell 16857 active.
Applies to some characters upgraded from 2.x.

Signed-off-by: NoFantasy <nofantasy@nf.no>
2009-09-16 11:05:42 +02:00

3 lines
196 B
SQL

ALTER TABLE character_db_version CHANGE COLUMN required_8469_01_characters_character_spell required_8505_01_characters_character_spell bit;
UPDATE character_spell SET active=1 WHERE spell=16857;