Misc fixes
This commit is contained in:
@@ -113,6 +113,7 @@ namespace Game.Chat
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
args.Reset();
|
||||||
// number or [name] Shift-click form |color|Hspell:spell_id|h[name]|h|r or Htalent form
|
// number or [name] Shift-click form |color|Hspell:spell_id|h[name]|h|r or Htalent form
|
||||||
uint spellId = handler.ExtractSpellIdFromLink(args);
|
uint spellId = handler.ExtractSpellIdFromLink(args);
|
||||||
if (spellId == 0)
|
if (spellId == 0)
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ namespace Game.Entities
|
|||||||
if (rcEntry.Flags.HasAnyFlag(SkillRaceClassInfoFlags.AlwaysMaxValue))
|
if (rcEntry.Flags.HasAnyFlag(SkillRaceClassInfoFlags.AlwaysMaxValue))
|
||||||
SetSkillRank(pair.Value.Pos, maxSkill);
|
SetSkillRank(pair.Value.Pos, maxSkill);
|
||||||
|
|
||||||
SetSkillRank(pair.Value.Pos, maxSkill);
|
|
||||||
SetSkillMaxRank(pair.Value.Pos, maxSkill);
|
SetSkillMaxRank(pair.Value.Pos, maxSkill);
|
||||||
if (pair.Value.State != SkillState.New)
|
if (pair.Value.State != SkillState.New)
|
||||||
pair.Value.State = SkillState.Changed;
|
pair.Value.State = SkillState.Changed;
|
||||||
|
|||||||
Reference in New Issue
Block a user