From d5b7aec2b61e35fa5ff0e7e76f16a3ed2f3ce077 Mon Sep 17 00:00:00 2001 From: BroodWyrm Date: Sun, 8 Mar 2009 00:13:03 +0100 Subject: *Add Scripts for Ingvar the Plunderer Event --HG-- branch : trunk --- sql/updates/1727_world.sql | 1 + sql/updates/1727_world_script.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/1727_world.sql create mode 100644 sql/updates/1727_world_script.sql (limited to 'sql') diff --git a/sql/updates/1727_world.sql b/sql/updates/1727_world.sql new file mode 100644 index 00000000000..0d041f2efb0 --- /dev/null +++ b/sql/updates/1727_world.sql @@ -0,0 +1 @@ +insert into spell_script_target values (42857,1,23954); \ No newline at end of file diff --git a/sql/updates/1727_world_script.sql b/sql/updates/1727_world_script.sql new file mode 100644 index 00000000000..670ea52ec33 --- /dev/null +++ b/sql/updates/1727_world_script.sql @@ -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; \ No newline at end of file -- cgit v1.2.3