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.
This commit is contained in:
Dr-J
2014-07-29 23:18:03 +01:00
parent 04bb78f6c3
commit d2d1d37fbe

View File

@@ -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);