diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-29 23:18:03 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-29 23:18:03 +0100 |
commit | d2d1d37fbeabdf242dd762fb20525adb5672e1de (patch) | |
tree | b96712ca33cad4cb92d47168279a44267d773d9d | |
parent | 04bb78f6c3c67535cf0627055697d5de757873b0 (diff) |
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.
-rw-r--r-- | sql/updates/world/2014_07_29_06_world_misc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |