aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_07_06_world_creature_text.sql4
1 files changed, 4 insertions, 0 deletions
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');