diff options
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_script_texts.sql | 1 | ||||
| -rw-r--r-- | sql/FULL/world_script_waypoints.sql | 3 | ||||
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 2 | ||||
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index ac9c534417d..00a08ee9628 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -2200,4 +2200,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1609284, 'charges towards the Lich King, Ashbringer in hand and strikes the Lich King.',0,2,0,0,'Highlord Tirion Fordring'), (-1609285, 'disappears. Tirion walks over to where Darion lay',0,2,0,0,'The Lich King'), (-1609286, 'Light washes over the chapel the Light of Dawn is uncovered.',0,2,0,0,''); - diff --git a/sql/FULL/world_script_waypoints.sql b/sql/FULL/world_script_waypoints.sql index b5f41285fd4..4feb92f4f93 100644 --- a/sql/FULL/world_script_waypoints.sql +++ b/sql/FULL/world_script_waypoints.sql @@ -1537,4 +1537,5 @@ INSERT INTO script_waypoint VALUES (29173, 6, 2281.461, -5263.014, 81.164, 0, 'charge to lich king'), (29173, 7, 2257.479, -5296.702, 82.165, 0, 'being kicked by Lich King'), (29173, 8, 2261.237, -5294.983, 82.167, 0, 'throw'), - (29173, 9, 2259.34, -5294.379, 82.167, 0, 'event end');
\ No newline at end of file + (29173, 9, 2259.34, -5294.379, 82.167, 0, 'event end'); +
\ No newline at end of file diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 741f4273e0c..1974aaac240 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -1303,4 +1303,4 @@ insert into `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, (10675, 0, 10, 17318, 90000, '-5139.79','-11248.27','5.23', '6.27609'); -- geezle should not spawn by default -update creature set spawnMask=0 where guid = 85587;
\ No newline at end of file +update creature set spawnMask=0 where guid = 85587; diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index a36ad7c0527..330e1ecc2c3 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -2287,4 +2287,4 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES UPDATE creature_template SET VehicleId = 165 , spell1 = 56091,spell2 = 56092,spell3 = 57090,spell4 = 57143 ,spell5 = 57108,spell6=57403, unit_class = 1, minhealth = 100000, maxhealth = 100000 WHERE entry = 32535; UPDATE creature_template SET armor = 9729, mindmg = 422, maxdmg=586, minrangedmg=345, maxrangedmg=509, attackpower=642, rangedattackpower=103 WHERE entry = 32535; -update creature set DeathState = 0 where id = 26219;
\ No newline at end of file +update creature set DeathState = 0 where id = 26219; |
