aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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;