Working Spirit Healer Fix!
For all of you people mad at spirit healers not working, i made a simple SQL fix for it... just run it every time you make a new spirit healer OR you can run it if you have a non working spirit healer (ex: Booty bay spirit healer)
Code:
UPDATE `creature_spawns` SET `flags`='768' WHERE (`entry`='6491') AND ('flags' != '768');
UPDATE `creature_spawns` SET `bytes`='16843008' WHERE (`entry`='6491') AND ('bytes' != '16843008' );
UPDATE `creature_spawns` SET `bytes2`='4097' WHERE (`entry`='6491') AND ('bytes2' != '4097');
Just save that as an sql file or paste it into a query editor and run!