mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Fixed instances
This commit is contained in:
parent
9d620d160c
commit
d10e3f9423
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ void Core::Network::GameConnection::eventHandlerEnterTerritory( const Packets::F
|
|||
auto pScriptMgr = g_fw.get< Scripting::ScriptMgr >();
|
||||
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
|
||||
|
||||
auto eventId = *reinterpret_cast< uint32_t* >( ©.data[0x14] );
|
||||
auto param1 = *reinterpret_cast< uint16_t* >( ©.data[0x10] );
|
||||
auto eventId = *reinterpret_cast< uint32_t* >( ©.data[0x10] );
|
||||
auto param1 = *reinterpret_cast< uint16_t* >( ©.data[0x14] );
|
||||
auto param2 = *reinterpret_cast< uint16_t* >( ©.data[0x16] );
|
||||
|
||||
std::string eventName = "onEnterTerritory";
|
||||
|
|
Loading…
Add table
Reference in a new issue