From 1d96091d2a4f9a886a4d3cd80ec3c873d395dbdd Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 1 Aug 2009 00:20:32 +0200 Subject: *Improvements in map managing. --HG-- branch : trunk --- src/game/Corpse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Corpse.h') diff --git a/src/game/Corpse.h b/src/game/Corpse.h index da3511abfbb..e21b0796d62 100644 --- a/src/game/Corpse.h +++ b/src/game/Corpse.h @@ -61,8 +61,8 @@ class Corpse : public WorldObject bool Create( uint32 guidlow, Player *owner ); void SaveToDB(); - bool LoadFromDB(uint32 guid, QueryResult *result, uint32 InstanceId); - bool LoadFromDB(uint32 guid, Field *fields); + //bool LoadFromDB(uint32 guid, QueryResult *result, uint32 InstanceId); + bool LoadFromDB(uint32 guid, Field *fields, uint32 & mapId, uint32 & instanceId); void DeleteBonesFromWorld(); void DeleteFromDB(); -- cgit v1.2.3