diff options
| author | _manuel_ <none@none> | 2010-01-04 23:13:17 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2010-01-04 23:13:17 -0300 |
| commit | cb9cb364d1211f30589e01e0f759d6e8c48158e9 (patch) | |
| tree | b139d420ebc3f78248da7348770603fd18d70858 /sql/FULL | |
| parent | a4895ce87678280718ae2e8dc701bb526ca049ab (diff) | |
Shadowfang Keep: Implemented event after Boss Fenrus the Devourer death.
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_script_texts.sql | 1 | ||||
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index 896357606b6..b3d662f1add 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -429,6 +429,7 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (0,-1033006,'Good luck with Arugal. I must hurry back to Hadrec now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_POST2_DOOR_AD'), (3849,-1033007,'About time someone killed the wretch.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_BOSS_DIE_AD'), (3850,-1033008,'For once I agree with you... scum.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_BOSS_DIE_AS'), + (4275,-1033009,'Who cares interfere with the Sons of Arugal?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), -- -1 034 000 STOCKADES -- -1 036 000 DEADMINES diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index c2cbef79e79..cb3695125ec 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -960,6 +960,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_zamael_lunthistle' WHERE `entry /* SHADOWFANG KEEP */ UPDATE `instance_template` SET `script`='instance_shadowfang_keep' WHERE `map`=33; UPDATE `creature_template` SET `ScriptName`='npc_shadowfang_prisoner' WHERE `entry` IN (3849,3850); +UPDATE `creature_template` SET `ScriptName`='npc_arugal_voidwalker' WHERE `entry`=4627; /* SHADOWMOON VALLEY */ UPDATE `creature_template` SET `ScriptName`='boss_doomwalker' WHERE `entry`=17711; |
