Jump to content

How To Remove Skulls On The Floor


Guest iowa

Recommended Posts

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()

Link to comment
Share on other sites

×
×
  • 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