diff options
-rw-r--r-- | sql/updates/4831_script_texts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/4831_script_texts.sql b/sql/updates/4831_script_texts.sql index 0feadac12d7..5df8d3fd426 100644 --- a/sql/updates/4831_script_texts.sql +++ b/sql/updates/4831_script_texts.sql @@ -1,3 +1,4 @@ +DELETE FROM script_texts WHERE entry IN(-1609017,-1609018,-1609019,-1609020,-1609021,-1609022); INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES (-1609017,'No potions!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'dk_initiate SAY_DUEL_A'), (-1609018,'Remember this day, $n, for it is the day that you will be thoroughly owned.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'dk_initiate SAY_DUEL_B'), |