mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
DB/Creature: Add 2 missing texts to Opus
This commit is contained in:
5
sql/updates/world/2014_07_07_00_world_creature_text.sql
Normal file
5
sql/updates/world/2014_07_07_00_world_creature_text.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `entry` = 10262 AND id IN (6,7);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`,`BroadcastTextID`) VALUES
|
||||
(10262,0,6, 'Bijou lost! SQUAWK! *cough',12,0,100,0,0,0, 'Opus - Random Say',5541),
|
||||
(10262,0,7, 'Dragons controlling orcs!? SQUAWK!',12,0,100,0,0,0, 'Opus - Random Say',5546);
|
||||
Reference in New Issue
Block a user