aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1074_world_scripts.sql1
-rw-r--r--sql/updates/CMakeLists.txt2
-rw-r--r--sql/world_scripts_full.sql4
3 files changed, 6 insertions, 1 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)
diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql
index 3d27739693b..47c4087f7e4 100644
--- a/sql/world_scripts_full.sql
+++ b/sql/world_scripts_full.sql
@@ -595,7 +595,8 @@ UPDATE `creature_template` SET `ScriptName`='npc_clintar_spirit' WHERE `entry` =
/* MULGORE */
UPDATE `creature_template` SET `ScriptName`='npc_skorn_whitecloud' WHERE `entry`=3052;
-UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' where `entry`='23616';
+UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`='23616';
+UPDATE `creature_template` SET `ScriptName`='npc_plains_vision' WHERE `entry`='2983';
/* NAGRAND */
UPDATE `creature_template` SET `ScriptName`='mob_lump' WHERE `entry`=18351;
@@ -892,6 +893,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_isla_starmane' where entry=1876
/* THOUSAND NEEDLES */
UPDATE `creature_template` SET `ScriptName` = 'npc_swiftmountain' WHERE `entry` = 10427;
+UPDATE `creature_template` SET `ScriptName` = 'npc_plucky' WHERE `entry` = '6626';
/* THUNDER BLUFF */
UPDATE `creature_template` SET `ScriptName`='npc_cairne_bloodhoof' WHERE `entry`=3057;