diff options
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index e845959fc68..4c11db78192 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18130,6 +18130,11 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment ( 71480, 71483, 1, 'Blood-Queen: Bloodbolt Splash'), ( 71952, 70995, 1, 'Blood-Queen: Presence of the Darkfallen'), ( 71390, 71341, 0, 'Blood-Queen: Pact of the Darkfallen'), +--- Isle of Conquest +( 66548, 66550, 0, 'Isle of Conquest (IN>OUT)'), +( 66549, 66551, 0, 'Isle of Conquest (OUT>IN)'), +( 66551, -66548, 2, 'Isle of Conquest Teleport (OUT>IN) Debuff limit'), +( 66550, -66549, 2, 'Isle of Conquest Teleport (IN>OUT) Debuff limit'), -- Warsong Gulch ( 54861,-23335, 0, 'Drop Flag on Nitro Boost WSG'), ( 54861,-23333, 0, 'Drop Flag on Nitro Boost WSG'), @@ -27480,6 +27485,26 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (1133, '| Character | BanDate | UnbanDate | Banned By | Ban Reason |', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1200, 'You try to view cinemitic %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1201, 'You try to view movie %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1205, 'The battle will begin in two minutes.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1206, 'The battle will begin in 1 minute.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1208, 'The battle has begun!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),, +(1207, 'The battle will begin in 30 seconds!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1209, 'the alliance keep', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1210, 'the horde keep', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1211, '%s wins!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1212, 'The west gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1213, 'The east gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1214, 'The south gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1215, 'The north gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1216, '$n has assaulted the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1217, '$n has defended the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1218, '$n claims the %s! If left unchallenged, the %s will control it in 1 minute!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1219, 'The %s has taken the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1220, 'Workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1221, 'Docks', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1222, 'Refinery', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1223, 'Quarry', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1224, 'Hangar', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1300, 'Alliance', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1301, 'Horde', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1302, '%s was destroyed by the %s!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
