File tree Expand file tree Collapse file tree
Arrowgene.Ddon.GameServer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public CDataOrbGainExtendParam GetBaseExtendParam(CharacterCommon character)
239239 obj . SupportPawnSlot += ( ushort ) upgrade . Amount ;
240240 if ( character is Character characterArisen )
241241 {
242- characterArisen . MyPawnSlotNum += ( byte ) upgrade . Amount ;
242+ characterArisen . RentalPawnSlotNum += ( byte ) upgrade . Amount ;
243243 }
244244 break ;
245245 }
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace Arrowgene.Ddon.GameServer.Chat.Command
99{
1010 public class ChatCommandHandler : IChatHandler
1111 {
12- public static readonly char ChatCommandStart = '/' ;
13- public static readonly char ChatCommandSeparator = ' ' ;
12+ public const char ChatCommandStart = '/' ;
13+ public const char ChatCommandSeparator = ' ' ;
1414
1515 private static readonly ServerLogger Logger = LogProvider . Logger < ServerLogger > ( typeof ( ChatCommandHandler ) ) ;
1616
You can’t perform that action at this time.
0 commit comments