aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7441_world_scriptname.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/7441_world_scriptname.sql b/sql/updates/7441_world_scriptname.sql
new file mode 100644
index 00000000000..d4e915f7546
--- /dev/null
+++ b/sql/updates/7441_world_scriptname.sql
@@ -0,0 +1,3 @@
+UPDATE `creature_template` SET `ScriptName`='npc_squire_david' WHERE `entry`=33447;
+UPDATE `creature_template` SET `ScriptName`='npc_argent_valiant' WHERE `entry`=33448;
+UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=33518; \ No newline at end of file