mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Scripting/Eversong_Woods: Add quest end scripting for quest 8487.
Also fixes for quest 8488 but not completely fixed.
This commit is contained in:
4
sql/updates/world/2013_11_23_0_world_creature_text.sql
Normal file
4
sql/updates/world/2013_11_23_0_world_creature_text.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user