mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 19:53:52 +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;
|
||||
}
|
||||
|
||||
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->SpellID = e.spell_id;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user