diff options
author | megamage <none@none> | 2009-01-31 16:38:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-31 16:38:50 -0600 |
commit | 336e8501f0e8c6cede5356347a8c6894e39197b5 (patch) | |
tree | 3dd2e47833be51ea6d2ff4f64b0655dd149b0553 /src/game/Chat.cpp | |
parent | 4074b481f0a95bec47d8ce9ed275acf46ff95a8e (diff) |
*Update to Mangos 7208. Implement phase system.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 785b2380914..6d9da4ac9af 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1323,8 +1323,8 @@ GameObject* ChatHandler::GetObjectGlobalyWithGuidOrNearWithDbGuid(uint32 lowguid Cell cell(p); cell.data.Part.reserved = ALL_DISTRICT; - Trinity::GameObjectWithDbGUIDCheck go_check(*pl,lowguid); - Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck> checker(obj,go_check); + MaNGOS::GameObjectWithDbGUIDCheck go_check(*pl,lowguid); + MaNGOS::GameObjectSearcher<MaNGOS::GameObjectWithDbGUIDCheck> checker(pl,obj,go_check); TypeContainerVisitor<Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>, GridTypeMapContainer > object_checker(checker); CellLock<GridReadGuard> cell_lock(cell, p); |