mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Hotfix] Fix typo on ZoneDatabase::LoadPetInfo (#3871)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user