From 667cdbccc3b2c0e44ff8dfa6e0e11afbfddd3d3e Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Tue, 17 Feb 2009 20:04:19 +0100 Subject: *Support for quest 1950 - by mrbungle --HG-- branch : trunk --- sql/updates/1074_world_scripts.sql | 1 + sql/updates/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 sql/updates/1074_world_scripts.sql (limited to 'sql/updates') 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) -- cgit v1.2.3