Merge pull request #786 from ze-dom/DW_master_tree_finishup

(cherry picked from commit 06cc3489b92cc4b83a3a743ac9e29d00c144a303)
This commit is contained in:
sven-n
2026-07-15 22:58:17 +02:00
committed by Acentech Dev
parent 30feae5a26
commit 8baf329654
14 changed files with 441 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -2580,6 +2580,24 @@ namespace MUnique.OpenMU.GameServer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Handler for magic effect cancel packets..
/// </summary>
public static string MagicEffectCancelHandlerPlugIn_Description {
get {
return ResourceManager.GetString("MagicEffectCancelHandlerPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Magic Effect Cancel Handler.
/// </summary>
public static string MagicEffectCancelHandlerPlugIn_Name {
get {
return ResourceManager.GetString("MagicEffectCancelHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The default implementation of the IMapChangePlugIn which is forwarding everything to the game client with specific data packets..
/// </summary>