diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 00:22:35 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 00:23:46 +0100 |
| commit | e90ec5608e8524f1c2dffac72c348b0cea406bfc (patch) | |
| tree | 870ff573213006d97574698b710952410016363d /sql | |
| parent | 103edb16ea7a57d910dda29a5bfaf3f0b47ddd37 (diff) | |
DB/Scripts: Implemented creature_text for Infinite Corruptor
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_12_18_00_world_creature_text.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_18_00_world_creature_text.sql b/sql/updates/world/2012_12_18_00_world_creature_text.sql new file mode 100644 index 00000000000..1cf9211343f --- /dev/null +++ b/sql/updates/world/2012_12_18_00_world_creature_text.sql @@ -0,0 +1,5 @@ +DELETE FROM `creature_text` WHERE `entry`=32273; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +(32273, 0, 0, 'How dare you interfere with our work!', 14, 0, 100, 0, 0, 0, 'Infinite Corruptor - SAY_AGGRO'), +(32273, 1, 0, 'My time... has run out...', 14, 0, 100, 0, 0, 0, 'Infinite Corruptor - SAY_DEATH'), +(32273, 2, 0, 'The process is finally complete! My work here is done.', 14, 0, 100, 0, 0, 0, 'Infinite Corruptor - SAY_FAIL'); |
