aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
diff options
context:
space:
mode:
authorParadox <none@none>2009-01-15 21:29:32 -0500
committerParadox <none@none>2009-01-15 21:29:32 -0500
commit2d654fdc413cf769e65415f0e4cab50a63642ca1 (patch)
treee0e755683839154b5b36a791468c6dad988fa4d1 /src/game/Object.h
parente9fdfb434aba417045fd8e354b8fbe73135e560f (diff)
Fix cross faction interaction
--HG-- branch : trunk
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 ( );