mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
6 lines
183 B
SQL
6 lines
183 B
SQL
-- Set the correct engine
|
|
ALTER TABLE `spell_group_stack_rules` ENGINE=MyISAM;
|
|
ALTER TABLE `creature_classlevelstats` ENGINE=MyISAM;
|
|
ALTER TABLE `season_linked_event` ENGINE=MyISAM;
|
|
|