aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-11-02 07:37:13 +0100
committerKudlaty <none@none>2009-11-02 07:37:13 +0100
commitd8ed6a294bf2da119e3aeca3bf3f8a977e4d5097 (patch)
tree0013cab13e1ac571a29913c3fa7bdab97252584b /sql/updates
parente2c39374dd22d4d90b3b32095756f84f187e0f98 (diff)
Target dummies from engi, shuld not runnig with players and fighting with mobs like pets. Also they shuld despawn after 15 sec.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6161_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6161_world.sql b/sql/updates/6161_world.sql
new file mode 100644
index 00000000000..6ead256db06
--- /dev/null
+++ b/sql/updates/6161_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_training_dummy' WHERE `entry` IN (2674,2673);