Skip to content

Commit 29fbe97

Browse files
author
NoFantasy
committed
[1354] Add one lost text from revision 1352.
Add one lost text from revision 1352. git-svn-id: https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2@1354 5f9c896b-1e26-0410-94da-f77f675e2462
1 parent afb83a6 commit 29fbe97

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

scripts/kalimdor/darkshore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ enum
4848
SAY_KER_SLEEP_3 = -1000440,
4949
SAY_KER_SLEEP_4 = -1000441,
5050

51+
EMOTE_KER_AWAKEN = -1000445,
52+
5153
SAY_KER_ALERT_1 = -1000442,
5254
SAY_KER_ALERT_2 = -1000443,
5355

sql/Updates/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,5 @@ pkgdata_DATA = \
237237
r1351_mangos.sql \
238238
r1351_scriptdev2.sql \
239239
r1352_mangos.sql \
240-
r1352_scriptdev2.sql
240+
r1352_scriptdev2.sql \
241+
r1354_scriptdev2.sql

sql/Updates/r1354_scriptdev2.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DELETE FROM script_texts WHERE entry=-1000445;
2+
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
3+
(-1000445,'%s wakes up!',0,2,0,0,'kerlonian EMOTE_KER_AWAKEN');

sql/scriptdev2_script_full.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
448448
(-1000441,'You don\'t mind if I stop here for a moment, do you?',0,0,0,0,'kerlonian SAY_KER_SLEEP_4'),
449449
(-1000442,'Be on the alert! The Blackwood furbolgs are numerous in the area...',0,0,0,0,'kerlonian SAY_KER_ALERT_1'),
450450
(-1000443,'It\'s quiet... Too quiet...',0,0,0,0,'kerlonian SAY_KER_ALERT_2'),
451-
(-1000444,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?',0,0,0,0,'kerlonian SAY_KER_END');
451+
(-1000444,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?',0,0,0,0,'kerlonian SAY_KER_END'),
452+
(-1000445,'%s wakes up!',0,2,0,0,'kerlonian EMOTE_KER_AWAKEN');
452453

453454
-- -1 033 000 SHADOWFANG KEEP
454455
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES

0 commit comments

Comments
 (0)