diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-07 13:35:50 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-07 13:35:50 +0200 |
| commit | fb52609c3e337900bf5fdc0e4d1ae50e5543cc39 (patch) | |
| tree | 401b30b5d2599d3bc1749c0570ba18a10dffee60 | |
| parent | cb22fe570d602953e5902278a88c959c490e3868 (diff) | |
DB/Creature: Add 2 missing texts to Opus
| -rw-r--r-- | sql/updates/world/2014_07_07_00_world_creature_text.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_07_00_world_creature_text.sql b/sql/updates/world/2014_07_07_00_world_creature_text.sql new file mode 100644 index 00000000000..e553a6fced9 --- /dev/null +++ b/sql/updates/world/2014_07_07_00_world_creature_text.sql @@ -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); |
