mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
3
sql/updates/world/2014_07_29_06_world_misc.sql
Normal file
3
sql/updates/world/2014_07_29_06_world_misc.sql
Normal 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);
|
||||
Reference in New Issue
Block a user