mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
MoveTo converted to xyz_heading
This commit is contained in:
+1
-1
@@ -2430,7 +2430,7 @@ void command_spawn(Client *c, const Seperator *sep)
|
||||
LogFile->write(EQEMuLog::Debug,"#spawn Spawning:");
|
||||
#endif
|
||||
|
||||
NPC* npc = NPC::SpawnNPC(sep->argplus[1], c->GetX(), c->GetY(), c->GetZ(), c->GetHeading(), c);
|
||||
NPC* npc = NPC::SpawnNPC(sep->argplus[1], c->GetPosition(), c);
|
||||
if (!npc) {
|
||||
c->Message(0, "Format: #spawn name race level material hp gender class priweapon secweapon merchantid bodytype - spawns a npc those parameters.");
|
||||
c->Message(0, "Name Format: NPCFirstname_NPCLastname - All numbers in a name are stripped and \"_\" characters become a space.");
|
||||
|
||||
Reference in New Issue
Block a user