From d2d1d37fbeabdf242dd762fb20525adb5672e1de Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 29 Jul 2014 23:18:03 +0100 Subject: DB/TEXT: Replace incorrect text Replace text on infused crystal http://www.wowhead.com/npc=16364 with correct emote text which should be used by this npc during quest powering our defenses, Leaving https://github.com/TrinityCore/TrinityCore/issues/12696 open though as there are sill more issues with this quest. --- sql/updates/world/2014_07_29_06_world_misc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_07_29_06_world_misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_07_29_06_world_misc.sql b/sql/updates/world/2014_07_29_06_world_misc.sql new file mode 100644 index 00000000000..5fb99f4c57a --- /dev/null +++ b/sql/updates/world/2014_07_29_06_world_misc.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_text` WHERE `entry`=16364; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES +(16364, 0, 0, '%s releases the last of its energies into the nearby runestone, successfully reactivating it.', 16, 0, 100, 0, 0, 0, 'Infused Crystal', 12272); -- cgit v1.2.3