chore(Core): Remove unused and inaccurate comment headers for various script-related files. (#22263)

This commit is contained in:
Benjamin Jackson
2025-06-05 14:49:20 -04:00
committed by GitHub
parent aac5d3aa95
commit b73bdb3adc
89 changed files with 0 additions and 794 deletions

View File

@@ -393,7 +393,6 @@ Player::Player(WorldSession* session): Unit(true), m_mover(this)
m_achievementMgr = new AchievementMgr(this);
m_reputationMgr = new ReputationMgr(this);
// Ours
m_NeedToSaveGlyphs = false;
m_MountBlockId = 0;
m_realDodge = 0.0f;

View File

@@ -2579,7 +2579,6 @@ public:
[[nodiscard]] bool CanFly() const override { return m_movementInfo.HasMovementFlag(MOVEMENTFLAG_CAN_FLY); }
[[nodiscard]] bool CanEnterWater() const override { return true; }
// OURS
// saving
void AdditionalSavingAddMask(uint8 mask) { m_additionalSaveTimer = 2000; m_additionalSaveMask |= mask; }
// arena spectator