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
@@ -156,7 +156,7 @@ public:
void set_zone_flag(int zone_id);
void clear_zone_flag(int zone_id);
void sethp(int hpperc);
bool summonburriedplayercorpse(uint32 char_id, float dest_x, float dest_y, float dest_z, float dest_heading);
bool summonburriedplayercorpse(uint32 char_id, const xyz_heading& position);
bool summonallplayercorpses(uint32 char_id, float dest_x, float dest_y, float dest_z, float dest_heading);
uint32 getplayerburriedcorpsecount(uint32 char_id);
bool buryplayercorpse(uint32 char_id);