Skip to content

Commit

Permalink
Spell: Update core revision to make sure new spell data is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed May 17, 2024
1 parent d4ac84e commit b94c9d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/base/dbc/original_data/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CREATE TABLE `spell_template` (
`SpellTargetRestrictionsId` int(11) NOT NULL DEFAULT '0',
`SpellTotemsId` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
Expand Down
1 change: 1 addition & 0 deletions sql/updates/mangos/c0003_01_mangos_spell_data_fixes.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE db_version CHANGE COLUMN required_c0002_01_mangos_loot_templates required_c0003_01_mangos_spell_data_fixes bit;
2 changes: 1 addition & 1 deletion src/shared/revision_sql.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#define __REVISION_SQL_H__
#define REVISION_DB_REALMD "required_c0001_01_realmd_account_drop_sha"
#define REVISION_DB_CHARACTERS "required_13963_01_characters_account_instances_entered"
#define REVISION_DB_MANGOS "required_c0002_01_mangos_loot_templates"
#define REVISION_DB_MANGOS "required_c0003_01_mangos_spell_data_fixes"
#endif // __REVISION_SQL_H__

0 comments on commit b94c9d9

Please sign in to comment.