From 609232dfbeb7940163bc00c4b6fa53d07afa47a8 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 7 Jan 2013 16:12:49 -0330 Subject: Core/Scripting: Move Text for Archavon the Stone Watcher to creature text --- sql/updates/world/2013_01_07_05_world_creature_text.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_01_07_05_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_07_05_world_creature_text.sql b/sql/updates/world/2013_01_07_05_world_creature_text.sql new file mode 100644 index 00000000000..d9d91e784ba --- /dev/null +++ b/sql/updates/world/2013_01_07_05_world_creature_text.sql @@ -0,0 +1,4 @@ +-- Texts for Archavon the Stone Watcher +DELETE FROM `creature_text` WHERE `entry`= 31125 AND `groupid`=1; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(31125,1,0, 'Archavon the Stone Watcher lunges for $N!',16,0,100,0,0,0, 'Archavon the Stone Watcher Leap Emote'); -- cgit v1.2.3