diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-01-16 20:06:24 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-01-16 20:06:24 -0330 |
| commit | ec50fc7c3b4d9e092321613d389149928ca2d7e6 (patch) | |
| tree | 9e47220c5988e29559b69055b351dad958238908 | |
| parent | a8652baaa437cca3eced2d533c0dde3ca3184d1b (diff) | |
DB/Creature_text: Add some missing text to db.
| -rw-r--r-- | sql/updates/world/2013_01_16_01_world_creature_text.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_16_01_world_creature_text.sql b/sql/updates/world/2013_01_16_01_world_creature_text.sql new file mode 100644 index 00000000000..c814797986e --- /dev/null +++ b/sql/updates/world/2013_01_16_01_world_creature_text.sql @@ -0,0 +1,7 @@ +-- Text for Crushridge Warmonger +SET @ENTRY := 2287 +DELETE FROM `creature_text` WHERE `entry`=@ENTRY; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(@ENTRY,0,0,'Raaar!!! Me smash $R',12,0,100,0,0,0,'Crushridge Warmonger'), +(@ENTRY,0,1,'Me smash! You die!',12,0,100,0,0,0,'Crushridge Warmonger'), +(@ENTRY,0,2,'I''ll crush you!',12,0,100,0,0,0,'Crushridge Warmonger'); |
