server/sql/updates/8030_01_characters_character_spell.sql
VladimirMangos 7024862b82 [8030] Fixed spell 64901 work and related target selection code refactoring.
* Replace 64904 by 64901 in spellbook and action bars.
* Implement proper max mana percent buff
* Implement proper target selection.
* Move group/raid targets seelction code to functions for reuse code.
2009-06-17 01:05:41 +04:00

7 lines
No EOL
258 B
SQL

ALTER TABLE character_db_version CHANGE COLUMN required_7988_07_characters_characters required_8030_01_characters_character_spell bit;
UPDATE IGNORE character_spell
SET spell = 64901
WHERE spell = 64904;
DELETE FROM character_spell WHERE spell = 64904;