diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-12-01 15:29:35 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-12-01 15:29:35 -0300 |
| commit | 651ff8565a8616a83f6356d0aee70148277037f4 (patch) | |
| tree | e1dabbcdd7fedfdc96f999b8ff235b0753950b00 /sql/updates | |
| parent | 1d52e3a7b53d5352aa0859631dc59f0b9c695458 (diff) | |
Core/Scripts: Implemented script for quest The hunt is on (11794).
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10545_world_script_texts.sql | 6 | ||||
| -rw-r--r-- | sql/updates/10545_world_scriptname.sql | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/10545_world_script_texts.sql b/sql/updates/10545_world_script_texts.sql new file mode 100644 index 00000000000..15e4de0f148 --- /dev/null +++ b/sql/updates/10545_world_script_texts.sql @@ -0,0 +1,6 @@ +DELETE FROM `script_texts` WHERE `npc_entry` IN (25828,25248,25827); +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 +(25248,-1571044,'Well...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'npc_hidden_cultist SAY_HIDDEN_CULTIST_1'), +(25828,-1571045,'Finally! This charade is over... Arthas give me strength!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'npc_hidden_cultist SAY_HIDDEN_CULTIST_2'), +(25827,-1571046,'You don''t know who you''re messing with! Death beckons!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'npc_hidden_cultist SAY_HIDDEN_CULTIST_3'), +(25248,-1571047,'I suppose this is it, then? I won''t go down quietly!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'npc_hidden_cultist SAY_HIDDEN_CULTIST_4');
\ No newline at end of file diff --git a/sql/updates/10545_world_scriptname.sql b/sql/updates/10545_world_scriptname.sql new file mode 100644 index 00000000000..e5405faadf8 --- /dev/null +++ b/sql/updates/10545_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_hidden_cultist' WHERE `entry` IN (25828,25248,25827);
\ No newline at end of file |
