From 3d1f61b2786cde8b4c7b64166bdd6d2d653d2089 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 7 Jan 2013 16:29:20 -0330 Subject: Core/Scripting: Move Text for Ayamiss the Hunter to creature text --- sql/updates/world/2013_01_07_06_world_creature_text.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_01_07_06_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_07_06_world_creature_text.sql b/sql/updates/world/2013_01_07_06_world_creature_text.sql new file mode 100644 index 00000000000..5c7d09f9887 --- /dev/null +++ b/sql/updates/world/2013_01_07_06_world_creature_text.sql @@ -0,0 +1,4 @@ +-- Texts for Ayamiss the Hunter +DELETE FROM `creature_text` WHERE `entry`= 15369; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(15369,0,0, '%s goes into a frenzy!',16,0,100,0,0,0, 'Ayamiss the Hunter Frenzy Emote'); -- cgit v1.2.3