aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorRat <none@none>2009-08-04 12:38:35 +0200
committerRat <none@none>2009-08-04 12:38:35 +0200
commit35cf6778de1ff4e9c4b38e311bcb1552693c6e2c (patch)
treeb67213867560db31bf5c5c268772fb2372cb3670 /sql/updates
parent73ce3bd36636a891cbf1e714b63e73a9f21fdc81 (diff)
*added script for training dummies
*added new creature extra flag (CREATURE_FLAG_EXTRA_NO_SKILLGAIN) if set creature won't increase player's weapon skill --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4751_world_scripts.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/4751_world_scripts.sql b/sql/updates/4751_world_scripts.sql
new file mode 100644
index 00000000000..5bedf2df1c4
--- /dev/null
+++ b/sql/updates/4751_world_scripts.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_training_dummy', `flags_extra`='262144', `mechanic_immune_mask`='0', `faction_A`='7', `faction_H`='7' WHERE `entry` IN (17578, 24792, 32543, 32546, 32542, 32545, 30527, 31143, 31144, 31146, 32541, 32666, 32667);