mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Updated to latest PTR client build 9868.
This commit is contained in:
parent
966e12a9cd
commit
7e938af972
29 changed files with 172 additions and 121 deletions
|
|
@ -637,8 +637,6 @@ uint32 GameObject::GetLootId(GameObjectInfo const* ginfo)
|
|||
return ginfo->chest.lootId;
|
||||
case GAMEOBJECT_TYPE_FISHINGHOLE:
|
||||
return ginfo->fishinghole.lootId;
|
||||
case GAMEOBJECT_TYPE_FISHINGNODE:
|
||||
return ginfo->fishnode.lootId;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue