aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-11-23 00:04:37 -0330
committerMalcrom <malcromdev@gmail.com>2013-11-23 00:04:37 -0330
commitefb7b17440bf0194470600365005d0cd9ffa0eba (patch)
tree997a1761867db92f28b99acbb8a50c59fc8920fe /sql
parented77d68b85428403a75a8e83e748c6f73160e824 (diff)
Scripting/Eversong_Woods: Add quest end scripting for quest 8487.
Also fixes for quest 8488 but not completely fixed.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_11_23_0_world_creature_text.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_23_0_world_creature_text.sql b/sql/updates/world/2013_11_23_0_world_creature_text.sql
new file mode 100644
index 00000000000..cceca50bb3d
--- /dev/null
+++ b/sql/updates/world/2013_11_23_0_world_creature_text.sql
@@ -0,0 +1,4 @@
+-- NPC talk text for Apprentice Mirveda
+DELETE FROM `creature_text` WHERE `entry`=15402;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(15402,0,0, 'Such... dark... energy! How can this be possible?',12,0,100,0,0,0, 'Apprentice Mirveda');