diff options
| author | Spp <none@none> | 2010-04-30 16:32:47 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-30 16:32:47 +0200 |
| commit | 31113370b333801f7089e287707f8ae060cff09f (patch) | |
| tree | 57500f0c2a9f5b7c629345ae0e9a758393fbe658 | |
| parent | e782acfca3e81742290f934e903d92ae5394b9a0 (diff) | |
Fix typo in sql file
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/8044_world_script_texts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/8044_world_script_texts.sql b/sql/updates/8044_world_script_texts.sql index 1aa01240812..11409de9246 100644 --- a/sql/updates/8044_world_script_texts.sql +++ b/sql/updates/8044_world_script_texts.sql @@ -17,7 +17,7 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (27316,-1800016, 'Good,I have your attention,then,Godfrey? ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), (27316,-1800015, 'GODFREY! Hear me,fiend! Hear me,for I am the Light,here to deliver you from evil! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), (27316,-1800014, 'Stand back,$N,the beast might lash out and harm you. ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), -(27316,1800017, 'We can do this in one of two ways,Godfrey. First,I will simply ask you to tell me what the unholy markings etched upon the pages of this tome mean. What say you? ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL) +(27316,-1800017, 'We can do this in one of two ways,Godfrey. First,I will simply ask you to tell me what the unholy markings etched upon the pages of this tome mean. What say you? ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), (27577,-1800038, 'You cannot stop Thel''zan! He bears the dark gift,bestowed upon him by the Lich King himself! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), (27577,-1800037, 'How? Humans truly are stupid,yes? Thel''zan the Duskbringer! Thel''zan the Lich! He who is born of human flesh and bone,sacrificed all power,protected by the Lich King! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), (27577,-1800035, 'Humans... Beneath the earth of Wintergarde Village you built a mausoleum! Why do you think Naxxramas attacked that spot? Thel''zan hides deep in your own crypt and sends a thousand-thousand corpses at you! Perish you will... ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), |
