diff options
author | Aokromes <jipr@hotmail.com> | 2012-12-02 18:48:47 -0800 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2012-12-02 18:48:47 -0800 |
commit | cf5c61ce6131e12ae2cfa020a7b68be0f99aae5a (patch) | |
tree | 54b62ff80a4239859f5e35b2e28849fa79f60b21 | |
parent | 427d54ed5f92277fad62e8a364617a93a91458bd (diff) | |
parent | ad341948d1dc37a8b7340449628ad34ff2a7ab05 (diff) |
Merge pull request #8548 from Aokromes/master
Core/DB: Typo fix
-rw-r--r-- | sql/updates/world/2012_12_02_01_world_creature_text.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_12_02_01_world_creature_text.sql b/sql/updates/world/2012_12_02_01_world_creature_text.sql index 2d5005381b7..bd98fc8527c 100644 --- a/sql/updates/world/2012_12_02_01_world_creature_text.sql +++ b/sql/updates/world/2012_12_02_01_world_creature_text.sql @@ -697,14 +697,14 @@ INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`type`,`sound`,`probability`, (36658,11,0,14,16764,100,"Tyrannus SAY_MARK_RIMEFANG_1","Rimefang, destroy this fool!"), (36658,12,0,41,0,100,"Tyrannus SAY_MARK_RIMEFANG_2","The frostwyrm Rimefang gazes at $N and readies an icy attack!"), (36658,13,0,14,16765,100,"Tyrannus SAY_DARK_MIGHT_1","Power... overwhelming!"), -(36658,14,0,41,0,100,"Tyrannus SAY_DARK_MIGHT_2","Scourgelord Tyrannus roars and swells with dark might!"), +(36658,14,0,41,0,100,"Tyrannus SAY_DARK_MIGHT_2","Scourgelord Tyrannus roars and swells with dark might!"); -- Gorkun DELETE FROM `creature_text` WHERE `entry`=37592; INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`type`,`sound`,`probability`,`comment`,`text`) VALUES (37592,0,0,14,17150,100,"Gorkun SAY_GORKUN_INTRO_2","Heroes! We will hold off the undead as long as we can, even to our dying breath. Deal with the Scourgelord!"), (37592,1,0,14,0,100,"Gorkun SAY_GORKUN_OUTRO_1","Brave champions, we owe you our lives, our freedom... Though it be a tiny gesture in the face of this enormous debt, I pledge that from this day forth, all will know of your deeds, and the blazing path of light you cut through the shadow of this dark citadel."), -(37592,2,0,14,0,100,"Gorkun SAY_GORKUN_OUTRO_2","This day will stand as a testament not only to your valor, but to the fact that no foe, not even the Lich King himself, can stand when Alliance and Horde set aside their differences and ---"), +(37592,2,0,14,0,100,"Gorkun SAY_GORKUN_OUTRO_2","This day will stand as a testament not only to your valor, but to the fact that no foe, not even the Lich King himself, can stand when Alliance and Horde set aside their differences and ---"); -- Jaina DELETE FROM `creature_text` WHERE `entry`=36993; |