Core/Scripting: Move Text for Archavon the Stone Watcher to creature text

This commit is contained in:
Malcrom
2013-01-07 16:12:49 -03:30
parent 74b4dbec3f
commit 609232dfbe
2 changed files with 6 additions and 4 deletions

View File

@@ -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');