mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
Add SpellFieldKey class for managing spell and aura keys
- Introduced a new class `SpellFieldKey` to encapsulate constants and methods related to spell and aura identifiers. - Added methods for generating keys for spells and auras, including parsing functionality for spell and aura strings. - Implemented utility methods for stripping prefixes and canonicalizing aura IDs.
This commit is contained in:
@@ -1532,7 +1532,6 @@ public sealed class MainForm : Form, IMessageFilter
|
||||
{
|
||||
try
|
||||
{
|
||||
module.Version = AppInfo.Version;
|
||||
var warning = _moduleDependencyService.Capture(module);
|
||||
_moduleStore.SaveDependenciesInPlace(module);
|
||||
savedCount++;
|
||||
|
||||
Reference in New Issue
Block a user