aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2014-09-14 15:07:18 -0230
committerMalcrom <malcromdev@gmail.com>2014-09-14 15:07:18 -0230
commitf471c49563d680e06f01fd712821de28f7339798 (patch)
tree4e673165dff7d6e3597b0b3d22b5ecc6042bb17f /sql
parent2e026fab0d5eec28d559e43ee7bfb4db20a6ca49 (diff)
Scripting/Felwood: Scripted Whisperwind Lasher for quest Weeding the Lawn
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_14_03_world_creature_scriptname.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql b/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql
new file mode 100644
index 00000000000..098cb81e36c
--- /dev/null
+++ b/sql/updates/world/2014_09_14_03_world_creature_scriptname.sql
@@ -0,0 +1,2 @@
+-- Whisperwind Lasher Scriptname
+UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_whisperwind_lasher" WHERE `entry`=47747;