aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.h')
-rw-r--r--src/game/Player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index 5e6a3af709e..e9f520c0284 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -104,7 +104,7 @@ struct SpellModifier
int32 value;
flag96 mask;
uint32 spellId;
- Spell const* lastAffected;
+ Aura *const ownerAura;
};
typedef UNORDERED_MAP<uint32, PlayerSpell*> PlayerSpellMap;