Jump to content

[QUESTION] Characters revive trough database


Guest silvermcd

Recommended Posts

Didn't try it but I think this should work:

DELETE FROM corpse WHERE player = GUID;
DELETE FROM character_aura WHERE guid = GUID AND (spell = 20584 OR spell = 8326);
UPDATE characters SET health=1 WHERE guid = GUID;

Just to point out that this will only work when player is offline

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