aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/7054_world_script_texts.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/7054_world_script_texts.sql b/sql/updates/7054_world_script_texts.sql
index 255b9a4bd2d..82b9ad12c2a 100644
--- a/sql/updates/7054_world_script_texts.sql
+++ b/sql/updates/7054_world_script_texts.sql
@@ -1,6 +1,5 @@
-DELETE FROM `script_texts` WHERE `entry` IN (-1000471,-1000472,-1000473);
+DELETE FROM `script_texts` WHERE `entry` IN (-1000472,-1000473);
INSERT INTO `script_texts` (`npc_entry`,`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
- (23861,-1000471,'It was... terrible... the demon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''),
(23864,-1000472,'This land was mine long before your wretched kind set foot here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''),
(23864,-1000473,'All who venture here belong to me, including you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');