Fix Monster Summoning related to giants/cyclops

This commit is contained in:
Michael Cook
2013-07-01 15:22:07 -04:00
parent d25205d9d3
commit 02eb56a696
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -393,6 +393,8 @@ void Mob::MakePoweredPet(uint16 spell_id, const char* pettype, int16 petpower, c
npc_type->size = monster->size;
npc_type->texture = monster->texture;
npc_type->gender = monster->gender;
npc_type->luclinface = monster->luclinface;
npc_type->helmtexture = monster->helmtexture;
}
else {
LogFile->write(EQEMuLog::Error, "Error loading NPC data for monster summoning pet (NPC ID %d)", monsterid);