From f471c49563d680e06f01fd712821de28f7339798 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sun, 14 Sep 2014 15:07:18 -0230 Subject: Scripting/Felwood: Scripted Whisperwind Lasher for quest Weeding the Lawn --- sql/updates/world/2014_09_14_03_world_creature_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_09_14_03_world_creature_scriptname.sql (limited to 'sql') 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; -- cgit v1.2.3