mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-12 23:13:42 +00:00
fix(Core/PlayerScript) Align player script function names (#21020)
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
@@ -268,7 +268,7 @@ void WorldSession::HandleOpenItemOpcode(WorldPacket& recvPacket)
|
||||
}
|
||||
}
|
||||
|
||||
if (sScriptMgr->OnBeforeOpenItem(pUser, item))
|
||||
if (sScriptMgr->OnPlayerBeforeOpenItem(pUser, item))
|
||||
{
|
||||
if (item->IsWrapped())// wrapped?
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user