diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-11 03:32:10 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-11 03:32:10 +0200 |
commit | a72390d086cb0b480cb1c767963fc404c9c53620 (patch) | |
tree | fa3f261b551ff942c483ede482ce25afa332c9e2 /src | |
parent | 22e230ecec1c7ce4eb4daeb60adfa03098271f34 (diff) |
Core: Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Globals/ObjectMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Globals/ObjectMgr.h b/src/server/game/Globals/ObjectMgr.h index 903a46cd363..4be71b68757 100644 --- a/src/server/game/Globals/ObjectMgr.h +++ b/src/server/game/Globals/ObjectMgr.h @@ -805,7 +805,7 @@ class ObjectMgr } NpcText const* GetNpcText(uint32 textID) const; - QuestGreeting const* ObjectMgr::GetQuestGreeting(ObjectGuid guid) const; + QuestGreeting const* GetQuestGreeting(ObjectGuid guid) const; WorldSafeLocsEntry const* GetDefaultGraveYard(uint32 team); WorldSafeLocsEntry const* GetClosestGraveYard(float x, float y, float z, uint32 MapId, uint32 team); |