Skip to content

Commit

Permalink
Fixed crash caused when a targetted npc is despawned
Browse files Browse the repository at this point in the history
Fixed auto use lockpick not working
  • Loading branch information
3vcloud committed Dec 30, 2024
1 parent fcc2127 commit fbce62c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified Dependencies/GWCA/bin/gwca.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Dependencies/GWCA/include/GWCA/GWCAVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#define GWCA_VERSION_MAJOR 1
#define GWCA_VERSION_MINOR 0
#define GWCA_VERSION_PATCH 1
#define GWCA_VERSION_PATCH 2
#define GWCA_VERSION_BUILD 0
#define GWCA_VERSION "1.0.1.0"
#define GWCA_VERSION "1.0.2.0"

namespace GWCA {
constexpr int VersionMajor = GWCA_VERSION_MAJOR;
Expand Down
1 change: 0 additions & 1 deletion Dependencies/GWCA/include/GWCA/Managers/UIMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ namespace GW {

// GWCA Client to Server commands. Only added the ones that are used for hooks, everything else goes straight into GW

kSendEnterMission = 0x30000000 | 0x2, // wparam = uint32_t arena_id
kSendLoadSkillbar = 0x30000000 | 0x3, // wparam = UIPacket::kSendLoadSkillbar*
kSendPingWeaponSet = 0x30000000 | 0x4, // wparam = UIPacket::kSendPingWeaponSet*
kSendMoveItem = 0x30000000 | 0x5, // wparam = UIPacket::kSendMoveItem*
Expand Down

0 comments on commit fbce62c

Please sign in to comment.