diff options
| author | _manuel_ <none@none> | 2010-01-03 22:38:26 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2010-01-03 22:38:26 -0300 |
| commit | c4cbd1d18dc1b53d121ae716c39738fcb2813dab (patch) | |
| tree | 48c680d5b70366eccbc913aa48777b451ba4f69e /sql/updates | |
| parent | 2ceecaaa4d0fb5110ab3c2d23f8a6b60c0eb960d (diff) | |
Blackfathom Deeps: Implemented Morridune event.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6889_world_script_texts.sql | 4 | ||||
| -rw-r--r-- | sql/updates/6889_world_script_waypoints.sql | 7 | ||||
| -rw-r--r-- | sql/updates/6889_world_scriptnames.sql | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/6889_world_script_texts.sql b/sql/updates/6889_world_script_texts.sql new file mode 100644 index 00000000000..4186a4f0591 --- /dev/null +++ b/sql/updates/6889_world_script_texts.sql @@ -0,0 +1,4 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1048003,-1048004); +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 +(6729,-1048003,'Aku''mai is dead! At last, I can leave this wretched place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), +(6729,-1048004,'Speak with me to hear my tale',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''); diff --git a/sql/updates/6889_world_script_waypoints.sql b/sql/updates/6889_world_script_waypoints.sql new file mode 100644 index 00000000000..c3eb3d37e97 --- /dev/null +++ b/sql/updates/6889_world_script_waypoints.sql @@ -0,0 +1,7 @@ +DELETE FROM `script_waypoint` WHERE `entry`=6729; +INSERT INTO `script_waypoint` VALUES +(6729,1,-861.803,-460.36,-33.8918,0,''), +(6729,2,-856.168,-464.425,-33.9223,0,''), +(6729,3,-849.964,-469.231,-34.0381,0,''), +(6729,4,-839.838,-473.654,-34.0535,0,''), +(6729,5,-837.417,-473.105,-34.0288,0,''); diff --git a/sql/updates/6889_world_scriptnames.sql b/sql/updates/6889_world_scriptnames.sql new file mode 100644 index 00000000000..71957535bac --- /dev/null +++ b/sql/updates/6889_world_scriptnames.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_morridune' WHERE `entry`=6729; |
