Skip to content

Commit

Permalink
Ulduar: Convert Hodir to BossAI
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa authored and killerwife committed Oct 6, 2024
1 parent 41e8754 commit 17a2559
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 278 deletions.
6 changes: 6 additions & 0 deletions sql/scriptdev2/spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -953,10 +953,14 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(61546,'spell_shatter'),
(61830,'spell_drink'),
(61916,'spell_lightning_whirl'),
(61968,'spell_flash_freeze'),
(62038,'spell_biting_cold'),
(62039,'spell_biting_cold_damage'),
(62108,'spell_tails_up_summon_female_frost_leopard'),
(62116,'spell_tails_up_summon_female_icepaw_bear'),
(62138,'spell_teleport_inside_violet_hold'),
(62382,'spell_ignis_brittle'),
(62457,'spell_ice_shards'),
(62789,'spell_heart_overload'),
(62826,'spell_energy_orb_dummy'),
(62828,'spell_recharge_robot'),
Expand All @@ -971,6 +975,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(62717,'spell_slag_pot'),
(63474,'spell_ignis_scorch'),
(63482,'spell_lightning_whirl_heroic'),
(63499,'spell_hodir_dispel_magic'),
(63845,'spell_create_lance'),
(64203,'spell_void_zone_xt'),
(64209,'spell_consumption_xt'),
Expand All @@ -983,6 +988,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(64503,'spell_ignis_water'),
(64568,'spell_blood_reserve_enchant'),
(65121,'spell_searing_light'),
(65272,'spell_shatter_chest'),
(65667,'spell_ignis_heat'),
(65869,'spell_disengage'),
(65932,'spell_retaliation_dummy_creature'),
Expand Down
2 changes: 1 addition & 1 deletion src/game/AI/ScriptDevAI/base/BossAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ void BossAI::AddCastOnDeath(QueuedCast cast)
void BossAI::AddRespawnOnEvade(std::chrono::seconds delay)
{
m_respawnDelay = delay.count();
}
}
Loading

0 comments on commit 17a2559

Please sign in to comment.