mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Add Scripts for Ingvar the Plunderer Event
--HG-- branch : trunk
This commit is contained in:
1
sql/updates/1727_world.sql
Normal file
1
sql/updates/1727_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
insert into spell_script_target values (42857,1,23954);
|
||||
3
sql/updates/1727_world_script.sql
Normal file
3
sql/updates/1727_world_script.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
update creature_template set scriptname = 'boss_ingvar_the_plunderer' where entry = 23954;
|
||||
update creature_template set scriptname = 'mob_annhylde_the_caller' where entry = 24068;
|
||||
update creature_template set scriptname = 'mob_ingvar_throw_dummy' where entry = 23997;
|
||||
Reference in New Issue
Block a user