mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 20:02:27 +00:00
[Hotfix] Fix typo on ZoneDatabase::LoadPetInfo (#3871)
This commit is contained in:
parent
20778ad7d9
commit
7803170d6b
@ -3327,7 +3327,7 @@ void ZoneDatabase::LoadPetInfo(Client *client)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
strn0cpy(p->Name, e.petname.c_str(), sizeof(c->Name));
|
strn0cpy(p->Name, e.petname.c_str(), sizeof(p->Name));
|
||||||
|
|
||||||
p->petpower = e.petpower;
|
p->petpower = e.petpower;
|
||||||
p->SpellID = e.spell_id;
|
p->SpellID = e.spell_id;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user