summonburriedplayercorpse converted to xyz_heading

This commit is contained in:
Arthur Ice
2014-12-02 12:00:45 -08:00
parent 04e24ddce4
commit efc4ba0e27
4 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ void lua_toggle_spawn_event(int event_id, bool enable, bool strict, bool reset)
}
void lua_summon_burried_player_corpse(uint32 char_id, float x, float y, float z, float h) {
quest_manager.summonburriedplayercorpse(char_id, x, y, z, h);
quest_manager.summonburriedplayercorpse(char_id, xyz_heading(x, y, z, h));
}
void lua_summon_all_player_corpses(uint32 char_id, float x, float y, float z, float h) {