mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 20:22:23 -04:00
Core/ObjectMgr: Refactor sItemStorage
This commit is contained in:
@@ -643,7 +643,7 @@ bool ScriptMgr::OnItemUse(Player* player, Item* item, SpellCastTargets const& ta
|
||||
return tmpscript->OnUse(player, item, targets);
|
||||
}
|
||||
|
||||
bool ScriptMgr::OnItemExpire(Player* player, ItemPrototype const* proto)
|
||||
bool ScriptMgr::OnItemExpire(Player* player, ItemTemplate const* proto)
|
||||
{
|
||||
ASSERT(player);
|
||||
ASSERT(proto);
|
||||
|
||||
Reference in New Issue
Block a user