aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1074_world_scripts.sql1
-rw-r--r--sql/updates/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1074_world_scripts.sql b/sql/updates/1074_world_scripts.sql
new file mode 100644
index 00000000000..6653d9c62d4
--- /dev/null
+++ b/sql/updates/1074_world_scripts.sql
@@ -0,0 +1 @@
+update creature_template set scriptname = 'npc_plucky' where entry in (6626); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 6c45423e70c..28d1f895e68 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -166,4 +166,6 @@ INSTALL(FILES
1026_world.sql
1028_world_scripts.sql
1069_world_scripts.sql
+1073_world_scripts.sql
+1074_world_scripts.sql
DESTINATION share/trinity/sql/updates)