Skip to content

Commit bc3dee3

Browse files
Insanity PeppersSchmoozerd
authored andcommitted
[2249] Fix '' in SQLs
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
1 parent 07af2a7 commit bc3dee3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

sd2_revision_nr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __SD2_REVISION_NR_H__
22
#define __SD2_REVISION_NR_H__
3-
#define SD2_REVISION_NR "2248"
3+
#define SD2_REVISION_NR "2249"
44
#endif // __SD2_REVISION_NR_H__

sql/scriptdev2_script_full.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
10871087
(-1409021,'I go now to summon the lord whos house this is. Should you seek an audiance with him your paltry lives will surly be forfit. Nevertheless seek out his lair if you dare!',0,1,0,0,'majordomo SAY_DEFEAT_3'),
10881088
(-1409022,'My flame! Please don\'t take away my flame... ',8042,1,0,0,'ragnaros SAY_ARRIVAL4_MAJ'),
10891089
(-1409023,'Very well, $N.',0,0,0,0,'majordomo SAY_SUMMON_0'),
1090-
(-1409024,'Impudent whelps! You''ve rushed headlong to your own deaths! See now, the master stirs!',0,1,0,0,'majordomo SAY_SUMMON_1');
1090+
(-1409024,'Impudent whelps! You\'ve rushed headlong to your own deaths! See now, the master stirs!',0,1,0,0,'majordomo SAY_SUMMON_1');
10911091

10921092
-- -1 429 000 DIRE MAUL
10931093
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
@@ -3294,7 +3294,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,LANGUAGE,emote,commen
32943294
(-1616001,'None but the blue dragonflight are welcome here! Perhaps this is the work of Alexstrasza? Well then, she has sent you to your deaths.',14513,1,0,0,'malygos SAY_INTRO_2'),
32953295
(-1616002,'What could you hope to accomplish, to storm brazenly into my domain? To employ MAGIC? Against ME? <Laughs>',14514,1,0,0,'malygos SAY_INTRO_3'),
32963296
(-1616003,'I am without limits here... the rules of your cherished reality do not apply... In this realm, I am in control...',14515,1,0,0,'malygos SAY_INTRO_4'),
3297-
(-1616004,'I give you one chance. Pledge fealty to me, and perhaps I won''t slaughter you for your insolence!',14516,1,0,0,'malygos SAY_INTRO_5'),
3297+
(-1616004,'I give you one chance. Pledge fealty to me, and perhaps I won\'t slaughter you for your insolence!',14516,1,0,0,'malygos SAY_INTRO_5'),
32983298
(-1616005,'My patience has reached its limit, I WILL BE RID OF YOU!',14517,1,0,0,'malygos SAY_AGGRO'),
32993299
(-1616006,'Watch helplessly as your hopes are swept away...',14525,1,0,0,'malygos SAY_VORTEX'),
33003300
(-1616007,'I AM UNSTOPPABLE!',14533,1,0,0,'malygos SAY_SPARK_BUFF'),

sql/updates/r2249_scriptdev2.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UPDATE script_texts SET content_default='Impudent whelps! You\'ve rushed headlong to your own deaths! See now, the master stirs!' WHERE entry=-1409024;
2+
UPDATE script_texts SET content_default='I give you one chance. Pledge fealty to me, and perhaps I won\'t slaughter you for your insolence!' WHERE entry=-1616004;

0 commit comments

Comments
 (0)