diff options
author | zoidmann <zoidmann@trinity.contrib> | 2012-01-05 10:50:29 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-05 10:50:29 +0100 |
commit | c7e054712bb0068ddf0286c2b37113318090a2d6 (patch) | |
tree | a1836ba1988ac310668d2a4ef21c33bdc74c9101 | |
parent | 52b68711460a98d7ee2d629ce286499cdcf361df (diff) |
DB/Scripts: correct scripttexts for The Art Of Persuasion
closes #3423
-rw-r--r-- | sql/updates/world/2012_01_05_00_world_script_texts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_00_world_script_texts.sql b/sql/updates/world/2012_01_05_00_world_script_texts.sql new file mode 100644 index 00000000000..2fcaaf83e49 --- /dev/null +++ b/sql/updates/world/2012_01_05_00_world_script_texts.sql @@ -0,0 +1,2 @@ +UPDATE `script_texts` SET `content_default` = "Noooo! This torture is inhumane! You have what you want... why don't you just kill me?" WHERE `entry`="-1571030"; +UPDATE `script_texts` SET `content_default` = "Pathetic fool! A servant of Malygos would sooner die than aid an enemy..." WHERE `entry`= "-1571024"; |