Skip to content

Commit

Permalink
SD2: Add Hodir updates to sd2.sql (#567)
Browse files Browse the repository at this point in the history
* SD2: Add Hodir updates to sd2.sql

* SD2 set only ScriptName
  • Loading branch information
insunaa authored Nov 12, 2024
1 parent ca73e49 commit 2f5d3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/scriptdev2/scriptdev2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ UPDATE creature_template SET ScriptName='npc_collapsing_star' WHERE entry=32955;
UPDATE gameobject_template SET ScriptName='go_celestial_access' WHERE entry IN (194628,194752);
UPDATE creature_template SET ScriptName='boss_hodir' WHERE entry=32845;
UPDATE creature_template SET ScriptName='npc_flash_freeze' WHERE entry IN (32926,32938);
UPDATE creature_template SET ScriptName='npc_icicle_target' WHERE entry=33174;
UPDATE creature_template SET ScriptName='npc_snowpack_target' WHERE entry=33174;
UPDATE creature_template SET ScriptName='boss_thorim' WHERE entry=32865;
UPDATE creature_template SET ScriptName='boss_sif' WHERE entry=33196;
UPDATE creature_template SET ScriptName='npc_thunder_orb' WHERE entry=33378;
Expand Down

0 comments on commit 2f5d3f4

Please sign in to comment.