mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
Fixed compilation
This commit is contained in:
@@ -513,7 +513,7 @@ Player* Item::GetOwner()const
|
||||
// Legacy / Shortcut
|
||||
uint32 Item::GetSkill()
|
||||
{
|
||||
return proto->GetSkill();
|
||||
return GetTemplate()->GetSkill();
|
||||
}
|
||||
|
||||
uint32 Item::GetSpell()
|
||||
|
||||
Reference in New Issue
Block a user