aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-02-26 03:27:12 -0300
committer_manuel_ <manue.l@live.com.ar>2010-02-26 03:27:12 -0300
commitd348fa175691556ec99592b00d7786791cf2180b (patch)
treea1f9a75e0086c3431e3c4614882a200a92232a9e /sql/updates
parentda7e5cba120f46561e30c6c2a7465644a55b2e65 (diff)
Added sql files for previous commits.
--HG-- branch : trunk
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