hi,
What bug does the patch fix? What features does the patch add?
The trigger despawns after the spellhit and the trigger casts a fire visual spell
For which repository revision was the patch created?
MaNGOS One - latest revision
Who has been writing this patch? Please include either forum user names or email addresses.
me
You need database support to force the spell to hit the trigger to get the kill credit.
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`)
VALUES
('34526', '1', '19723'),
('34526', '1', '19724');
If the trigger got hit by the spell, the trigger casts the fire visual spell and kills itself. Thus the trigger respawns after 5 minutes and you can't get all kill credits near one trigger.
http://paste2.org/p/1518374
regards, bastili