Jump to content

Recommended Posts

Posted

Shut off your server run this on your characters database..

TRUNCATE TABLE corpse;

If you don't want corpses to come back, put this patch on MaNGOS SVN..

Index: src/game/Corpse.cpp
===================================================================
--- src/game/Corpse.cpp        (revision 6133)
+++ src/game/Corpse.cpp        (working copy)
@@ -50,9 +50,7 @@

void Corpse::AddToWorld()
{
-        ///- Register the corpse for guid lookup
-        if(!IsInWorld()) ObjectAccessor::Instance().AddObject(this);
-        Object::AddToWorld();
+
}

void Corpse::RemoveFromWorld()

Posted

Bones are also stored in the table corpes. There was a CLI(console)-command "removecorpse" or something... just use "help" in the MaNGOS-console...

bye

HiTmAn

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use