diff options
| author | Liberate <none@none> | 2010-05-31 23:01:47 +0200 |
|---|---|---|
| committer | Liberate <none@none> | 2010-05-31 23:01:47 +0200 |
| commit | b02bde6d2ad2b214b91d122f11aa117b6c813116 (patch) | |
| tree | c9ab17b76eea33b4a1b94bc22e2237a7c6cd259f /sql/updates | |
| parent | a623ccd5fad619ae44b52c7113fd4cd432c34a2a (diff) | |
*Fix: Strand of the Ancients.
- Massive Seaforium Charge (needs DB support for the spawns)
- Demolishers are not attackable at the start
- Demolishers spawn at the workshop if the graveyard is taken
(The spawn locations aren't official yet)
- Demolishers spawn immediately after being destroyed
To make SotA perfect, it needs a lot of DB support.
- Seaforium Bomb spawn locations
- Set speed_run to 0 of the Cannons.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8352_world_scriptname.sql | 1 | ||||
| -rw-r--r-- | sql/updates/8352_world_spell_linked_spell.sql | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8352_world_scriptname.sql b/sql/updates/8352_world_scriptname.sql new file mode 100644 index 00000000000..d3e350f60f3 --- /dev/null +++ b/sql/updates/8352_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_massive_seaforium_charge' WHERE `entry` = 190752; diff --git a/sql/updates/8352_world_spell_linked_spell.sql b/sql/updates/8352_world_spell_linked_spell.sql new file mode 100644 index 00000000000..00462fce1ac --- /dev/null +++ b/sql/updates/8352_world_spell_linked_spell.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN (52418, -52418); + +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(52415, 52418, 0, 'Carrying Seaforium - Add'), +(52410, -52418, 0, 'Carrying Seaforium - Remove'); |
