aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-25 22:18:34 +0200
committerKudlaty <none@none>2009-07-25 22:18:34 +0200
commit93e7fe61ca078139fd837c3a89ea7bd29981c1bf (patch)
tree68e52261cc445a448d50dcbc9dc984634bf55586 /sql
parentd62da4cc16c3498674450d5751d18bbe9f9b4f6f (diff)
Add missing file from rev 4594
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/4594_world_scripts.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4594_world_scripts.sql b/sql/updates/4594_world_scripts.sql
new file mode 100644
index 00000000000..ebdcb7f761f
--- /dev/null
+++ b/sql/updates/4594_world_scripts.sql
@@ -0,0 +1,3 @@
+UPDATE `item_template` SET `ScriptName`='item_dart_gun' WHERE `entry`=44222;
+
+UPDATE `creature_template` SET `ScriptName`='npc_kalecgos' WHERE `entry` IN (24844, 24848);