Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Fraser <jamie.f@mumbledog.com>2014-11-07 14:07:45 +0300
committerMikkel Krautz <mikkel@krautz.dk>2014-11-10 00:49:09 +0300
commitb9baebbb84d524dfdd873b4bb85b5e3e00b8bf97 (patch)
tree5a82fcdc5bf6ee1e476765c4846287127e0b02a0 /plugins
parent1bd6c883f97542322e4df2aedf36b4ed0381b445 (diff)
Update WoW Plugin to build #19116
Update the 32-bit WoW plugin to build #19116.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wow/wow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/wow/wow.cpp b/plugins/wow/wow.cpp
index f92b6fe4f..cf632cbd5 100644
--- a/plugins/wow/wow.cpp
+++ b/plugins/wow/wow.cpp
@@ -55,12 +55,12 @@ guid g_playerGUID;
* call each value, to ease in upgrading. "[_]" means the value name may or may not
* have an underscore in it depending on who's posting the offset.
*/
-static uint32_t ptr_ClientConnection=0xED4B50; // ClientConnection or CurMgrPointer
+static uint32_t ptr_ClientConnection=0xED5C90; // ClientConnection or CurMgrPointer
static size_t off_ObjectManager=0x62C; // objectManager or CurMgrOffset
-static uint32_t ptr_WorldFrame=0xD92CF0; // Camera[_]Pointer, CameraStruct
+static uint32_t ptr_WorldFrame=0xD93E30; // Camera[_]Pointer, CameraStruct
static size_t off_CameraOffset=0x7610; // Camera[_]Offset
-static uint32_t ptr_PlayerName=0xED4B90; // PlayerName
-static uint32_t ptr_RealmName=0xED4D3E; // RealmName
+static uint32_t ptr_PlayerName=0xED5CD0; // PlayerName
+static uint32_t ptr_RealmName=0xED5E7E; // RealmName
static size_t off_localGUID = 0xF8; // localGUID
static size_t off_firstObject = 0xD8; // firstObject