aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1028_world_scripts.sql1
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
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)