mangosArchives / Mangos-One-scripts-old

* Current Repo: mangosone/scripts * Replacement for the Script Library that comes with MaNGOS, written in C++ and is compatible with both Windows and Linux. SQL supports MySQL and PGSql.
http://www.getmangos.co.uk/
GNU General Public License v2.0
40 stars 19 forks source link

[Boss] Nethermancer Sepethrea #4

Closed NoReturn closed 12 years ago

NoReturn commented 12 years ago

The Raging Flames adds don't despawn on boss reset/death.

Suggested fix: https://gist.github.com/3159038.

Schmoozerd commented 12 years ago

Probably expected to work with CreatureLinking (by database)

Nighoo commented 12 years ago

use this for creature liniking: delete from creature_linking_template where entry IN (20481); insert into creature_linking_template values (20481, 554, 19221, 4112); -- raging flames link to Sepenthrea (despawn on death / evade)

see: https://github.com/mangos-one/database/commit/687d797505448bc488414ace60eb72c29b5f3328