mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
EntityList::CreateGroundObject converted to xyz_heading
This commit is contained in:
+1
-1
@@ -2345,7 +2345,7 @@ int QuestManager::getlevel(uint8 type)
|
||||
uint16 QuestManager::CreateGroundObject(uint32 itemid, float x, float y, float z, float heading, uint32 decay_time)
|
||||
{
|
||||
uint16 entid = 0; //safety check
|
||||
entid = entity_list.CreateGroundObject(itemid, x, y, z, heading, decay_time);
|
||||
entid = entity_list.CreateGroundObject(itemid, xyz_heading(x, y, z, heading), decay_time);
|
||||
return entid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user