mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
* Moved scripts to other source file instead of having them on the instance cpp * Removed magic number, use of DoAction instead of SetData to do the yelling * Added spellscript for Remove Kargath's Executioner * Saved victim GUIDs in instance script instead of checking nearby area * Returning position as const-reference (by Naios)