mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 00:32:25 +00:00
Removed incorrect TODO
This commit is contained in:
parent
8362fa5d90
commit
09435a869c
@ -1715,7 +1715,7 @@ void Client::Handle_Connect_OP_ZoneEntry(const EQApplicationPacket *app)
|
||||
|
||||
if (RuleB(NPC, PetZoneWithOwner)) {
|
||||
/* Load Pet */
|
||||
database.LoadPetInfo(this); // TODO: Is the pet loading correctly? I don't get any buffs
|
||||
database.LoadPetInfo(this);
|
||||
if (m_petinfo.SpellID > 1 && !GetPet() && m_petinfo.SpellID <= SPDAT_RECORDS) {
|
||||
MakePoweredPet(m_petinfo.SpellID, spells[m_petinfo.SpellID].teleport_zone, m_petinfo.petpower,
|
||||
m_petinfo.Name, m_petinfo.size);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user