mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01: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