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:
authorKarl Dietz <dekarl@users.sourceforge.net>2010-07-02 21:00:03 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2010-07-05 20:28:23 +0400
commitd1dd3e746de0722303982825d4b39b6df6c8444a (patch)
tree3b76605e95eac83bada3d09190824fc8872f972d /plugins/wow
parent3c4fe52f0ce2d0c87c7c886dca1ed78e71f7f06e (diff)
wow: update to 3.3.5
Diffstat (limited to 'plugins/wow')
-rw-r--r--plugins/wow/wow.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/wow/wow.cpp b/plugins/wow/wow.cpp
index ff3658055..667298e53 100644
--- a/plugins/wow/wow.cpp
+++ b/plugins/wow/wow.cpp
@@ -45,10 +45,10 @@ uint64_t g_playerGUID;
* To update visit http://www.mmowned.com/forums/wow-memory-editing/
* and look for a thread called [WoW][TheVersion] Info Dump Thread.
*/
-static uint32_t ptr_ClientConnection=0x00BB43F0;
-static size_t off_ObjectManager=0x2EB0;
-static uint32_t ptr_WorldFrame=0x00BF2AF8;
-static size_t off_CameraOffset=0x7E24;
+static uint32_t ptr_ClientConnection=0x00C79CD8;
+static size_t off_ObjectManager=0x2ED0;
+static uint32_t ptr_WorldFrame=0x00B74364;
+static size_t off_CameraOffset=0x7E20;
uint32_t getInt32(uint32_t ptr) {
uint32_t result;
@@ -189,7 +189,7 @@ uint32_t getPlayerBase() {
return playerBase;
}
-static const unsigned long nameStorePtr = 0x00BB92A0 + 0x8; // Player name database
+static const unsigned long nameStorePtr = 0x00C5D930 + 0x8; // Player name database
static const unsigned long nameMaskOffset = 0x024; // Offset for the mask used with GUID to select a linked list
static const unsigned long nameBaseOffset = 0x01c; // Offset for the start of the name linked list
static const unsigned long nameStringOffset = 0x020; // Offset to the C string in a name structure
@@ -411,10 +411,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports World of Warcraft 3.3.3a (11723) (Release) (Euro). With identity support.");
+ return std::wstring(L"Supports World of Warcraft 3.3.5, with identity support.");
}
-static std::wstring description(L"World of Warcraft 3.3.3a (Euro)");
+static std::wstring description(L"World of Warcraft 3.3.5");
static std::wstring shortname(L"World of Warcraft");