diff options
| author | BroodWyrm <none@none> | 2009-03-08 00:13:03 +0100 |
|---|---|---|
| committer | BroodWyrm <none@none> | 2009-03-08 00:13:03 +0100 |
| commit | d5b7aec2b61e35fa5ff0e7e76f16a3ed2f3ce077 (patch) | |
| tree | 94fef2d78af567cbf118ab9f7d6ebda6f3899377 /sql | |
| parent | 3f36d9eb9530a85864fa994143625d121d9dc647 (diff) | |
*Add Scripts for Ingvar the Plunderer Event
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1727_world.sql | 1 | ||||
| -rw-r--r-- | sql/updates/1727_world_script.sql | 3 |
2 files changed, 4 insertions, 0 deletions
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 |
