aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-01-07 15:54:11 -0330
committerMalcrom <malcromdev@gmail.com>2013-01-07 15:54:11 -0330
commit74b4dbec3f34968577fa93ab533847330a25eba2 (patch)
treeff7090e4f20edd33f9b7fc29bb926c1ed185c46d /sql
parent9d1ad8ab3afdb9701d005c8dffc7d33847d50903 (diff)
Core: Scripting: Convert Text for boss Archaedas to creature text
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_07_03_world_creature_text.sql (renamed from sql/updates/world/2013_01_07_03_world_creature_text,sql)0
-rw-r--r--sql/updates/world/2013_01_07_04_world_creature_text.sql7
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_07_03_world_creature_text,sql b/sql/updates/world/2013_01_07_03_world_creature_text.sql
index c006dc5ef99..c006dc5ef99 100644
--- a/sql/updates/world/2013_01_07_03_world_creature_text,sql
+++ b/sql/updates/world/2013_01_07_03_world_creature_text.sql
diff --git a/sql/updates/world/2013_01_07_04_world_creature_text.sql b/sql/updates/world/2013_01_07_04_world_creature_text.sql
new file mode 100644
index 00000000000..6fd1d3b95a7
--- /dev/null
+++ b/sql/updates/world/2013_01_07_04_world_creature_text.sql
@@ -0,0 +1,7 @@
+-- Texts for Archaedas
+DELETE FROM `creature_text` WHERE `entry`= 2748;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(2748,0,0, 'Who dares awaken Archaedas? Who dares the wrath of the makers!',14,0,100,0,0,5855, 'Archaedas On Aggro'),
+(2748,1,0, 'Awake ye servants, defend the discs!',14,0,100,0,0,5856, 'Archaedas On Summon Guardians'),
+(2748,2,0, 'To my side, brothers. For the makers!',14,0,100,0,0,5857, 'Archaedas On Summon Vault Walkers'),
+(2748,3,0, 'Reckless mortal.',14,0,100,0,0,5858, 'Archaedas On Player Kill');