diff options
| author | Shauren <none@none> | 2010-10-24 21:27:02 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-10-24 21:27:02 +0200 |
| commit | d03aeab9ad4b9002b513be0d6b9552e6f653b6cb (patch) | |
| tree | d6a5f24a3b158f291b7d74f9c509232972aab2b1 /src/server/scripts/EasternKingdoms | |
| parent | 07fa1bcbdfe65def200c640a6f3e52b755c3b603 (diff) | |
Scripts/Icecrown Citadel: Added Blood Prince Council script
Scripts/Icecrown Citadel: Festergut will not cast Vile Gas on melee targets if there are at least 3 (25 man: 8) ranged targets
Scripts/Icecrown Citadel: Festergut and Rotface gates will close with delay (when Putricide reaches the balcony)
Scripts/Icecrown Citadel: Replaced ASSERT(instance) with code disabling the AI if not inside instance
Core/Spells: Fixed TARGET_DEST_TARGET_RANDOM usage
Core/Scripts: Extended DamageDealt in AI to accept damage type as 3rd parameter
Scripts/Quests: Fixed quest "Unholy Infusion" (24749)
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp index b403e6bfb77..2e2db0e1fa4 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp @@ -187,7 +187,7 @@ class boss_janalai : public CreatureScript // DoZoneInCombat(); } - void DamageDealt(Unit *pTarget, uint32 &damage) + void DamageDealt(Unit *pTarget, uint32 &damage, DamageEffectType /*damagetype*/) { if (isFlameBreathing) { |
