diff options
| author | Gacko <gacko28@gmx.de> | 2013-01-04 14:22:45 +0100 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2013-01-04 14:22:45 +0100 |
| commit | 355b0514195e0a54631afde79ec21dcf907aea32 (patch) | |
| tree | fad53b89c27f4c56867a0204bcaeb5335c04998b | |
| parent | 306d59cb51595fa6b3c3e3c52fbce3dca23ccf1d (diff) | |
DB: Re-add creature text for SAI conversion
| -rw-r--r-- | sql/updates/world/2013_01_04_00_world_creature_text.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_04_00_world_creature_text.sql b/sql/updates/world/2013_01_04_00_world_creature_text.sql new file mode 100644 index 00000000000..ae38180e1ac --- /dev/null +++ b/sql/updates/world/2013_01_04_00_world_creature_text.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_text` WHERE `entry`=4295; +INSERT INTO `creature_text`(`entry`,`text`,`type`,`language`,`comment`) VALUES +(4295,"There is no escape for you. The Crusade shall destroy all who carry the scourge's taint.",12,7,"Scarlet Myrmidon - Talk on low HP"); |
