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-06-01 01:14:40 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-06-02 03:15:43 +0400
commitdc11bc50aed52c83d81ddb2c1ca1442cef31ba53 (patch)
treea73f654ea9f2ecab2c31bf1eb1e76e5e50593f07 /plugins/wow
parent3f353e805da5816f910ec7663d872b5b70546859 (diff)
wow update plugin to 3.3.3a
Diffstat (limited to 'plugins/wow')
-rw-r--r--plugins/wow/wow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/wow/wow.cpp b/plugins/wow/wow.cpp
index 39a857818..ff3658055 100644
--- a/plugins/wow/wow.cpp
+++ b/plugins/wow/wow.cpp
@@ -45,9 +45,9 @@ 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=0x00C93410;
-static size_t off_ObjectManager=0x2E04;
-static uint32_t ptr_WorldFrame=0x00B0D578;
+static uint32_t ptr_ClientConnection=0x00BB43F0;
+static size_t off_ObjectManager=0x2EB0;
+static uint32_t ptr_WorldFrame=0x00BF2AF8;
static size_t off_CameraOffset=0x7E24;
uint32_t getInt32(uint32_t ptr) {
@@ -189,7 +189,7 @@ uint32_t getPlayerBase() {
return playerBase;
}
-static const unsigned long nameStorePtr = 0x00C77068 + 0x8; // Player name database
+static const unsigned long nameStorePtr = 0x00BB92A0 + 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.2 (11403) (Release) (Euro). With identity support.");
+ return std::wstring(L"Supports World of Warcraft 3.3.3a (11723) (Release) (Euro). With identity support.");
}
-static std::wstring description(L"World of Warcraft 3.3.2 (Euro)");
+static std::wstring description(L"World of Warcraft 3.3.3a (Euro)");
static std::wstring shortname(L"World of Warcraft");