aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.h')
-rw-r--r--src/game/Object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h
index ad56e687733..187092d5779 100644
--- a/src/game/Object.h
+++ b/src/game/Object.h
@@ -301,6 +301,10 @@ class TRINITY_DLL_SPEC Object
virtual bool hasQuest(uint32 /* quest_id */) const { return false; }
virtual bool hasInvolvedQuest(uint32 /* quest_id */) const { return false; }
+
+ // FG: some hacky helpers
+ void ForceValuesUpdateAtIndex(uint32);
+
protected:
Object ( );