From b37fd436a1e96cc52e07986ff72946b6d6d0fb44 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 8 Feb 2009 11:43:53 +0100 Subject: *Add script for Black Stalker - by Iskander --HG-- branch : trunk --- sql/updates/1028_world_scripts.sql | 1 + sql/updates/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql/updates/1028_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/1028_world_scripts.sql b/sql/updates/1028_world_scripts.sql new file mode 100644 index 00000000000..2023243b456 --- /dev/null +++ b/sql/updates/1028_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882'; \ No newline at end of file diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index b3ccd47eae5..64f51f192f2 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -164,4 +164,5 @@ INSTALL(FILES 973_world_scripts.sql 1018_world.sql 1026_world.sql +1028_world_scripts.sql DESTINATION share/trinity/sql/updates) -- cgit v1.2.3