diff options
| author | Malcrom <malcromdev@gmail.com> | 2014-09-14 15:07:18 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2014-09-14 15:07:18 -0230 |
| commit | f471c49563d680e06f01fd712821de28f7339798 (patch) | |
| tree | 4e673165dff7d6e3597b0b3d22b5ecc6042bb17f /sql | |
| parent | 2e026fab0d5eec28d559e43ee7bfb4db20a6ca49 (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.sql | 2 |
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; |
