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/updates | |
| parent | a4895ce87678280718ae2e8dc701bb526ca049ab (diff) | |
Shadowfang Keep: Implemented event after Boss Fenrus the Devourer death.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6896_world_script_texts.sql | 3 | ||||
| -rw-r--r-- | sql/updates/6896_world_scriptnames.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6896_world_script_texts.sql b/sql/updates/6896_world_script_texts.sql new file mode 100644 index 00000000000..f7161e65366 --- /dev/null +++ b/sql/updates/6896_world_script_texts.sql @@ -0,0 +1,3 @@ +DELETE FROM `script_texts` WHERE `entry`=-1033009; +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 + (4275,-1033009,'Who cares interfere with the Sons of Arugal?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); diff --git a/sql/updates/6896_world_scriptnames.sql b/sql/updates/6896_world_scriptnames.sql new file mode 100644 index 00000000000..32fd50bc532 --- /dev/null +++ b/sql/updates/6896_world_scriptnames.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_arugal_voidwalker' WHERE `entry`=4627; |
