diff options
author | Rat <none@none> | 2009-08-09 21:20:59 +0200 |
---|---|---|
committer | Rat <none@none> | 2009-08-09 21:20:59 +0200 |
commit | 29cee3e9140a631e6e19a14c7084ec43d79a4884 (patch) | |
tree | ca4eaaf1fecfd8cb569e2bd397bafe967cf3b612 | |
parent | 2b1d4b756e44c393a25e4cdfaa76c05681fe6da1 (diff) |
*add delete line to 4831_script_texts.sql
--HG--
branch : trunk
-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'), |