Mixed: How to Revert the New Shaman Cure

If you want to revert the changes done in the Shaman Cure, you have to follow 3 steps:

  1. Remove the ,PARTY flag from skill_proto.

    e.g. UPDATE `srv1_player`.`skill_proto` SET `setFlag` = 'REMOVE_BAD_AFFECT' WHERE `dwVnum` = 109;

  2. Re-add the |CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE tag from locale/XX/skilldesc.txt only for the skill id 109.

    Find STANDING_SKILL

    Change it to STANDING_SKILL|CAN_USE_FOR_ME|NEED_TARGET|ONLY_FOR_ALLIANCE

  3. Remove the ,PARTY tag from locale/XX/skilltable.txt or root/skilltable.txt only for the skill id 109.

    Find REMOVE_BAD_AFFECT,PARTY

    Change it to REMOVE_BAD_AFFECT