mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core/Scripting: Move Text for Archavon the Stone Watcher to creature text
This commit is contained in:
4
sql/updates/world/2013_01_07_05_world_creature_text.sql
Normal file
4
sql/updates/world/2013_01_07_05_world_creature_text.sql
Normal 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');
|
||||
@@ -21,7 +21,8 @@
|
||||
|
||||
enum
|
||||
{
|
||||
EMOTE_BERSERK = 0
|
||||
EMOTE_BERSERK = 0,
|
||||
EMOTE_LEAP = 1 // Not in use
|
||||
};
|
||||
|
||||
//Spells Archavon
|
||||
@@ -38,9 +39,6 @@ enum
|
||||
//4 Warders spawned
|
||||
#define ARCHAVON_WARDER 32353 //npc 32353
|
||||
|
||||
//Yell
|
||||
#define SAY_LEAP "Archavon the Stone Watcher lunges for $N!" //$N should be the target
|
||||
|
||||
enum Events
|
||||
{
|
||||
// Archavon
|
||||
|
||||
Reference in New Issue
Block a user