diff options
author | kaelima <kaelima@live.se> | 2013-06-17 05:20:20 +0200 |
---|---|---|
committer | kaelima <kaelima@live.se> | 2013-06-17 05:20:20 +0200 |
commit | 5d6d8e1c3fdcf1af86ad16db4b0bd12f62e788c0 (patch) | |
tree | 72e4b7532cb6e5d83396ee91984d28552435ebdd | |
parent | 78a78a03d72f240279b6b836fb48f402433b22f6 (diff) |
DB/Warden: Fix address check for multi-jump hacks
It was not long enough to detect eg. Hitchhikers Hack
-rw-r--r-- | sql/updates/world/2013_06_17_00_world_warden_checks.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_17_00_world_warden_checks.sql b/sql/updates/world/2013_06_17_00_world_warden_checks.sql new file mode 100644 index 00000000000..030fee68d37 --- /dev/null +++ b/sql/updates/world/2013_06_17_00_world_warden_checks.sql @@ -0,0 +1,2 @@ +-- Fix address check for multi-jump hack +UPDATE `warden_checks` SET `result`='75440FB75E', `length`=5 WHERE `id`=785; |