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:
authorIlmar Kruis <seaeagle1@users.sourceforge.net>2010-05-06 13:40:37 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-05-18 16:13:49 +0400
commit57d55c05ecf10e12b14eda98d5ff635eef4e01e9 (patch)
tree90f074f5c679a8426a162450a7fad9feb89f148c /plugins/lotro
parentfb7dbfe6f3c05e5829af702e3b069694fb6f5182 (diff)
Update lotro to Vol 3, Book 1 patch 1
Diffstat (limited to 'plugins/lotro')
-rw-r--r--plugins/lotro/lotro.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/lotro/lotro.cpp b/plugins/lotro/lotro.cpp
index e3308bb1c..19f3d8ba0 100644
--- a/plugins/lotro/lotro.cpp
+++ b/plugins/lotro/lotro.cpp
@@ -70,12 +70,12 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
peekProc((BYTE *) 0x010A9DB8, l, 2) &&
peekProc((BYTE *) 0x010A9DB4, &r, 1) &&
peekProc((BYTE *) 0x010A9DBC, &i, 1) &&
- peekProc((BYTE *)(pModule + 0x00DA0864), &hPtr, 4);
+ peekProc((BYTE *)(pModule + 0x00DA084c), &hPtr, 4);
if (! ok)
return false;
- ok = peekProc((BYTE *)(hPtr + 0x000007DC), &h, 4);
+ ok = peekProc((BYTE *)(hPtr + 0x000007FC), &h, 4);
if (! ok)
return false;
@@ -146,10 +146,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports Lord of the Rings Online (Codemasters Edition, Vol III Book 1, v3.1.0.8026). Context support based on region and instance. No Identity support.");
+ return std::wstring(L"Supports Lord of the Rings Online (Codemasters Edition, Vol III Book 1 patch 1, v3.1.1.8036). Context support based on region and instance. No Identity support.");
}
-static std::wstring description(L"Lord of the Rings Online (EU), Vol III Book 1");
+static std::wstring description(L"Lord of the Rings Online (EU), Vol III Book 1 patch 1");
static std::wstring shortname(L"Lord of the Rings Online");
static int trylock1() {