diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/147_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/231_world_scripts.sql | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index 088a06567a7..8062d1812cf 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -9,6 +9,6 @@ DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0);
INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0);
---Magtheridon Earthquake
+-- Magtheridon Earthquake
DELETE FROM spell_script_target WHERE `entry` IN (30657);
INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
\ No newline at end of file diff --git a/sql/updates/231_world_scripts.sql b/sql/updates/231_world_scripts.sql new file mode 100644 index 00000000000..b1aa56296bf --- /dev/null +++ b/sql/updates/231_world_scripts.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220;
+UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062;
+UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554;
\ No newline at end of file |
