mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user