mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
First Commit
For Azeroth!
This commit is contained in:
10
sql/structure/CHARACTERS_SPELLS_RUN_ONCE.sql
Normal file
10
sql/structure/CHARACTERS_SPELLS_RUN_ONCE.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE character_spell DROP COLUMN `active`;
|
||||
ALTER TABLE character_spell DROP COLUMN `disabled`;
|
||||
ALTER TABLE character_spell ADD `specMask` tinyint(3) unsigned NOT NULL DEFAULT 255;
|
||||
|
||||
TRUNCATE TABLE character_talent;
|
||||
TRUNCATE TABLE character_aura;
|
||||
ALTER TABLE character_talent CHANGE `spec` `specMask` tinyint(3) unsigned NOT NULL DEFAULT 0;
|
||||
|
||||
UPDATE characters SET speccount=1 WHERE speccount=0;
|
||||
|
||||
Reference in New Issue
Block a user