mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Fixed typos2
This commit is contained in:
parent
d238187add
commit
cb09bd72d3
1 changed files with 2 additions and 2 deletions
|
|
@ -2103,8 +2103,8 @@ class MANGOS_DLL_SPEC Player : public Unit
|
||||||
m_runes->runes[index].Cooldown = cooldown;
|
m_runes->runes[index].Cooldown = cooldown;
|
||||||
}
|
}
|
||||||
void SetBaseRune(uint8 index, uint8 baseRune) { m_runes->runes[index].BaseRune = baseRune; }
|
void SetBaseRune(uint8 index, uint8 baseRune) { m_runes->runes[index].BaseRune = baseRune; }
|
||||||
void SetCurrentRune(uint8 index, uint8 currentRune) { m_runes->runes[index].currentRune = currentRune; }
|
void SetCurrentRune(uint8 index, uint8 currentRune) { m_runes->runes[index].CurrentRune = currentRune; }
|
||||||
void SetRuneCooldown(uint8 index, uint8 cooldown) { m_runes->runes[index].cooldown = cooldown; }
|
void SetRuneCooldown(uint8 index, uint8 cooldown) { m_runes->runes[index].Cooldown = cooldown; }
|
||||||
void ConvertRune(uint8 index, uint8 newType);
|
void ConvertRune(uint8 index, uint8 newType);
|
||||||
void InitRunes();
|
void InitRunes();
|
||||||
AchievementMgr& GetAchievementMgr() { return m_achievementMgr; }
|
AchievementMgr& GetAchievementMgr() { return m_achievementMgr; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue