aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-16 02:46:36 -0300
committer_manuel_ <none@none>2010-01-16 02:46:36 -0300
commitf7ed03458acc345554a2700eaa1810a6351f4263 (patch)
tree52902a899dd71e4ac43979ca355094d7d11278a9
parentd728effd10be2998aa0ca0353c1f54f6833d6d8b (diff)
Fixed typo.
--HG-- branch : trunk
-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,'');