mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Add new line to end of sqls.
--HG-- branch : trunk
This commit is contained in:
@@ -1371,4 +1371,3 @@ UNLOCK TABLES;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2008-11-18 11:24:11
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPT
|
||||
|
||||
GRANT ALL PRIVILEGES ON `realmd` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
|
||||
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ DROP DATABASE IF EXISTS `world` ;
|
||||
DROP DATABASE IF EXISTS `characters` ;
|
||||
|
||||
DROP DATABASE IF EXISTS `realmd` ;
|
||||
|
||||
|
||||
@@ -158,4 +158,3 @@ UNLOCK TABLES;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2008-10-14 13:28:11
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test
|
||||
|
||||
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m');
|
||||
DROP TABLE IF EXISTS item_test;
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
DELETE FROM pet_aura WHERE guid NOT IN (SELECT id FROM character_pet);
|
||||
DELETE FROM pet_spell WHERE guid NOT IN (SELECT id FROM character_pet);
|
||||
DELETE FROM pet_spell_cooldown WHERE guid NOT IN (SELECT id FROM character_pet);
|
||||
|
||||
|
||||
@@ -1088,4 +1088,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
--
|
||||
|
||||
-- ALTER TABLE `script_texts` ORDER BY `entry` desc;
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
|
||||
(41292, 42017, 2, 'Aura of Suffering'),
|
||||
(44007, -43657, 2, 'Storm Eye Safe Zone Immune'),
|
||||
(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm');
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment`
|
||||
('-33711','33686','0','Murmur\'s Shockwave (Normal)'),
|
||||
('-38794','33686','0','Murmur\'s Shockwave (Heroic)'),
|
||||
('33686','31705','0','Murmur\'s Shockwave Jump');
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882';
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `quest_template`
|
||||
ADD `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0' AFTER `RewRepValue5`;
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES
|
||||
('32314', '2', '18037'),
|
||||
('32314', '2', '18064'),
|
||||
('32314', '2', '18065');
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
update creature_template set scriptname = 'npc_plains_vision' where entry = 2983;
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
update creature_template set scriptname = 'npc_plucky' where entry in (6626);
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475';
|
||||
UPDATE gameobject_template SET faction = 14 WHERE entry = 185134;
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ INSERT INTO `spell_affect` VALUES (16999, 0, 0x40000001000);
|
||||
INSERT INTO `spell_affect` VALUES (16999, 1, 0x40000001000);
|
||||
INSERT INTO `spell_affect` VALUES (16999, 2, 0x40000001000);
|
||||
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@ INSERT INTO `spell_script_target` VALUES ('41455', '1', '22952');
|
||||
INSERT INTO `spell_script_target` VALUES ('42471', '1', '23817');
|
||||
INSERT INTO `spell_script_target` VALUES ('43734', '1', '23817');
|
||||
INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920');
|
||||
|
||||
|
||||
@@ -62,4 +62,3 @@ UPDATE eventai_scripts SET action3_param3=(`action3_param3`) *-1 WHERE action3_t
|
||||
UPDATE eventai_texts SET entry=(`entry`) *-1 WHERE entry>0;
|
||||
|
||||
ALTER TABLE script_texts MODIFY COLUMN `sound` mediumint(8) unsigned NOT NULL default '0';
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ DROP TABLE IF EXISTS `saved_variables`;
|
||||
CREATE TABLE `saved_variables` (
|
||||
`NextArenaPointDistributionTime` timestamp NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves';
|
||||
|
||||
|
||||
@@ -160,4 +160,3 @@ INSERT INTO command VALUES
|
||||
('server motd',0,'Syntax: .server motd\r\n\r\nShow server Message of the day.'),
|
||||
('server set loglevel',4,'Syntax: .server set loglevel #level\r\n\r\nSet server log level (0 - errors only, 1 - basic, 2 - detail, 3 - debug).'),
|
||||
('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.');
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 36070;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(36070, 0x00, 0, 0x00000000, 0x00000008, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
|
||||
@@ -213,4 +213,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
--
|
||||
|
||||
-- ALTER TABLE `script_texts` ORDER BY `entry` desc;
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139
|
||||
update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083;
|
||||
update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141;
|
||||
update quest_template SET StartScript=0 WHERE entry=11108;
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DELETE FROM command WHERE name IN ('reload spell_linked_spell');
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
|
||||
('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
|
||||
|
||||
@@ -30,4 +30,3 @@ INSERT INTO creature_equip_template () VALUES (17921, 20732, 0, 20732, 33489666,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -78,4 +78,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
(-1560020,'Not so fast!',10423,1,0,'epoch SAY_BREATH1'),
|
||||
(-1560021,'Struggle as much as you like!',10424,1,0,'epoch SAY_BREATH2'),
|
||||
(-1560022,'No!...The master... will not... be pleased.',10427,1,0,'epoch SAY_DEATH');
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
UPDATE `creature_template` SET `mindmg`=700, `maxdmg`=1200, `attackpower`=1000, `flags_extra`=196641 WHERE `entry`=23418;
|
||||
UPDATE `creature_template` SET `mindmg`=700, `maxdmg`=1200, `attackpower`=1000, `flags_extra`=196641 WHERE `entry`=23418;
|
||||
|
||||
@@ -19,4 +19,3 @@ INSERT INTO trinity_string VALUES
|
||||
(342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entr
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184428 LIMIT 1;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184429 LIMIT 1;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184430 LIMIT 1;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184431 LIMIT 1;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184431 LIMIT 1;
|
||||
|
||||
@@ -25,4 +25,3 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_movie_orb' WHERE `entry` = 1
|
||||
|
||||
update creature_template SET spell1=6474 WHERE entry=22487;
|
||||
update creature_template SET spell1=3600 WHERE entry=22486;
|
||||
|
||||
|
||||
@@ -91,4 +91,3 @@ INSERT INTO spell_linked_spell
|
||||
(`spell_trigger`, `spell_effect`, `type`, `comment`)
|
||||
VALUES
|
||||
(45246, 45348, 1, 'Apply Flame Touched');
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
-- Magtheridon Earthquake
|
||||
DELETE FROM spell_script_target WHERE `entry` IN (30657);
|
||||
INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@ insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
|
||||
insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27800','27804','0','Holy Nova (rank5)');
|
||||
insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27801','27805','0','Holy Nova (rank6)');
|
||||
insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('25331','25329','0','Holy Nova (rank7)');
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
update creature_template set flags_extra = 128 where entry = 12999;
|
||||
|
||||
|
||||
@@ -15,4 +15,3 @@ INSERT INTO `command` (name,security,help) VALUES
|
||||
('modify gender',2,'Syntax: .modify gender\r\n\r\n.modify gender #male/female - Turns selected player into a male or female'),
|
||||
('gobject activate',2,'Syntax: .gobject activate #guid\r\n\r\nActivates an object like a door or a button.'),
|
||||
('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.');
|
||||
|
||||
|
||||
@@ -776,4 +776,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
(-1000103,'You can go tell Stoutmantle this is where the Defias Gang is holed up, $N.',0,0,7,'defias traitor SAY_END'),
|
||||
(-1000104,'%s coming in fast! Prepare to fight!',0,0,7,'defias traitor SAY_AGGRO_1'),
|
||||
(-1000105,'Help!',0,0,7,'defias traitor SAY_AGGRO_2');
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467';
|
||||
|
||||
|
||||
@@ -30,4 +30,3 @@ CREATE TABLE `locales_npc_option` (
|
||||
ALTER TABLE `creature_template`
|
||||
CHANGE COLUMN `flags` `unit_flags` int(10) unsigned NOT NULL default '0',
|
||||
CHANGE COLUMN `flag1` `type_flags` int(10) unsigned NOT NULL default '0';
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@ DELETE FROM `command` WHERE name IN ('possess', 'unpossess');
|
||||
INSERT INTO `command` (name,security,help) VALUES
|
||||
('possess',3,'Syntax: .possess\r\n\r\nPossesses indefinitely the selected creature.'),
|
||||
('unpossess',3,'Syntax: .unpossess\r\n\r\nIf you are possessed, unpossesses yourself; otherwise unpossesses current possessed target.');
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_clintar_spirit' WHERE `entry` =
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_sparrowhawk' WHERE `entry`=22979;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_rizzle_sprysprocket' WHERE `entry`=23002;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_depth_charge' WHERE `entry`=23025;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `characters`
|
||||
ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14774;
|
||||
UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14531;
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ update creature_template set scriptname = 'mob_blade_of_azzinoth' where entry =
|
||||
update creature_template set scriptname = 'mob_parasitic_shadowfiend' where entry = 23498;
|
||||
-- Maiev
|
||||
update creature_template set minlevel = 73, maxlevel = 73, minhealth = 500000, maxhealth = 500000, mindmg = 3000, maxdmg = 4000 where entry = 23197;
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
update gameobject_template set scriptname = 'go_gilded_brazier' where entry = 181956;
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE
|
||||
UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21217';
|
||||
UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865';
|
||||
UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873';
|
||||
|
||||
|
||||
@@ -1,4 +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;
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
UPDATE `spell_proc_event` SET `SchoolMask` = '1' WHERE `entry` = '41434';
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
DELETE FROM trinity_string WHERE entry IN (453);
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ insert into `command` (`name`, `security`, `help`) values
|
||||
('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'),
|
||||
('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".');
|
||||
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@ DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight');
|
||||
INSERT INTO `command` (name,security,help) VALUES
|
||||
('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'),
|
||||
('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.');
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen
|
||||
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);
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ ALTER TABLE `guild_bank_tab`
|
||||
|
||||
ALTER TABLE `character_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ;
|
||||
ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index`;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `account`
|
||||
CHANGE COLUMN `email` `email` text;
|
||||
|
||||
|
||||
@@ -99,4 +99,3 @@ ALTER TABLE creature_movement
|
||||
ADD COLUMN textid3 int(11) NOT NULL default '0' AFTER textid2,
|
||||
ADD COLUMN textid4 int(11) NOT NULL default '0' AFTER textid3,
|
||||
ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4;
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_wounded_blood_elf' WHERE `entry`='16993';
|
||||
UPDATE `creature_template` SET `ScriptName` = 'mob_phase_hunter' WHERE `entry` = '18879';
|
||||
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ INSERT INTO `trinity_string` VALUES
|
||||
(749,'The Stormpike General is Dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_steam_tonk' WHERE `entry` = '19405';
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_tonk_mine' WHERE `entry` = '15368';
|
||||
|
||||
|
||||
|
||||
@@ -583,4 +583,3 @@ INSERT INTO `spell_proc_event` VALUES ('28744', '0', '7', '64', '278528', '0', '
|
||||
INSERT INTO `spell_proc_event` VALUES ('12488', '0', '3', '128', '327680', '0', '0', '0', '0');
|
||||
INSERT INTO `spell_proc_event` VALUES ('19573', '0', '9', '8388608', '16384', '0', '0', '0', '0');
|
||||
INSERT INTO `spell_proc_event` VALUES ('33757', '0', '0', '0', '0', '0', '0', '0', '3');
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` in (30659);
|
||||
INSERT INTO `spell_script_target` VALUES (30659, 1, 17281);
|
||||
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@ INSERT INTO `spell_proc_event` VALUES ('10608', '0', '0', '0', '0', '0', '0', '0
|
||||
INSERT INTO `spell_proc_event` VALUES ('10610', '0', '0', '0', '0', '0', '0', '0', '3');
|
||||
INSERT INTO `spell_proc_event` VALUES ('25583', '0', '0', '0', '0', '0', '0', '0', '3');
|
||||
INSERT INTO `spell_proc_event` VALUES ('25584', '0', '0', '0', '0', '0', '0', '0', '3');
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_
|
||||
(785,'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(786,'|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
TRUNCATE TABLE playercreateinfo_item;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
DELETE FROM `spell_elixir` WHERE `entry` = 45373;
|
||||
INSERT INTO `spell_elixir` VALUES (45373,0x1);
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_warchief_kargath_bladefist' WHERE `entry`=16808;
|
||||
UPDATE `instance_template` SET `script`='instance_deadmines' WHERE `map`=36;
|
||||
UPDATE `item_template` SET `ScriptName`='item_defias_gunpowder' WHERE `entry`=5397;
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content
|
||||
(-1645007,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
|
||||
(-1645008,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
|
||||
(-1645009,'Show $N the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE');
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen
|
||||
-- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49011, 49009, 0, 'Wyvern Sting');
|
||||
-- Rank 6 (not available till wotlk)
|
||||
-- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49012, 49010, 0, 'Wyvern Sting');
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ INSERT INTO `spell_script_target` VALUES (5628, 1, 2013);
|
||||
INSERT INTO `spell_script_target` VALUES (5628, 1, 2014);
|
||||
INSERT INTO `spell_script_target` VALUES (45109, 1, 25084);
|
||||
INSERT INTO `spell_script_target` VALUES (45149, 0, 300154);
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `guild_member` DROP INDEX `guid_key` ,
|
||||
ADD UNIQUE `guid_key` ( `guid` );
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ UPDATE `creature_template` SET `ScriptName`='mob_archaedas_minions' WHERE `entry
|
||||
|
||||
-- Stone keepers
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_stonekeepers' WHERE `entry`=4857;
|
||||
|
||||
|
||||
@@ -55,4 +55,3 @@ REPLACE INTO `script_texts` VALUES
|
||||
(-1189006, 'Your body lies beaten, battered and broken. Let my curse be your own, fate has spoken',0,0,0,0,0,0,0,0,11962,0,0,'Headless Horseman SAY_PLAYER_DEATH'),
|
||||
|
||||
(-1189007, 'This end have I reached before. What new adventure lies in store?',0,0,0,0,0,0,0,0,11964,0,0,'Headless Horseman SAY_DEATH');
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ ALTER TABLE `creature_addon`
|
||||
ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `guid`;
|
||||
ALTER TABLE `creature_template_addon`
|
||||
ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `entry`;
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ DELETE FROM `spell_chain` WHERE `spell_id` = 26991;
|
||||
INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,1126,1,0);
|
||||
INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21850,21849,1126,2,0);
|
||||
INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (26991,21850,1126,3,0);
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen
|
||||
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43655, 0, 'Electrical Arc Visual');
|
||||
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43656, 0, 'Electrical Arc Visual');
|
||||
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual');
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@ CREATE TABLE `game_event_condition_save` (
|
||||
`done` float default '0',
|
||||
PRIMARY KEY (`event_id`,`condition_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
UPDATE `gameobject_template` SET `faction`=1375 WHERE `entry` IN (184203, 184204, 184205);
|
||||
UPDATE `gameobject_template` SET `Scriptname`='go_bridge_console' WHERE entry=184568;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_winter_reveler' WHERE `entry`=15760;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_brewfest_reveler' WHERE `entry`=24484;
|
||||
|
||||
|
||||
@@ -733,4 +733,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
(-1000125, 'You! Enter the fray!', 0, 0, 0, 'twiggy SAY_TWIGGY_FRAY'),
|
||||
(-1000126, 'Challenger is down!', 0, 0, 0, 'twiggy SAY_TWIGGY_DOWN'),
|
||||
(-1000127, 'The Affray is over.', 0, 0, 0, 'twiggy SAY_TWIGGY_OVER');
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_ambusher' WHERE `ent
|
||||
UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_guardian' WHERE `entry` = '21873';
|
||||
|
||||
UPDATE `creature_model_info` SET `bounding_radius` = '13', `combat_reach` = '20' WHERE `modelid` = '20216';
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ CREATE TABLE `creature_formations` (
|
||||
`angle` float unsigned NOT NULL,
|
||||
`groupAI` int(11) unsigned NOT NULL,
|
||||
PRIMARY KEY (`follower`));
|
||||
|
||||
|
||||
@@ -81,4 +81,3 @@ INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES
|
||||
INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (31896,20184,20184,2,0);
|
||||
|
||||
ALTER TABLE spell_chain DROP COLUMN prev_spell;
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
(-1269026,'I am grateful for your aid, champions. Now, Gul\'dan\'s Horde will sweep across this world, like a locust swarm, and all my designs, all my carefully laid plans will at last fall into place.',10440,1,0,'medivh SAY_WIN'),
|
||||
(-1269027,'Orcs of the Horde! This portalis the gateway to your new destiny! Azeroth lies before you, ripe for the taking!',0,1,0,'medivh SAY_ORCS_ENTER'),
|
||||
(-1269028,'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back trought the portal!',0,1,0,'medivh SAY_ORCS_ANSWER');
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ALTER TABLE `creature_formations` CHANGE `leader` `leaderGUID` int(11) unsigned NOT NULL default '0';
|
||||
ALTER TABLE `creature_formations` CHANGE `follower` `memberGUID` int(11) unsigned NOT NULL default '0';
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
-- Removing the now unused creature_movement table
|
||||
DROP TABLE IF EXISTS `creature_movement`;
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@ CREATE TABLE `saved_variables` (
|
||||
ALTER TABLE `arena_team_member` DROP COLUMN `points_to_add`;
|
||||
ALTER TABLE `arena_team_member` ADD COLUMN `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`;
|
||||
|
||||
|
||||
@@ -24,4 +24,3 @@ INSERT INTO trinity_string (entry, content_default) VALUES
|
||||
(1138, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.');
|
||||
|
||||
DELETE FROM trinity_string WHERE entry = 714 OR entry = 716;
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@ SET
|
||||
WHERE
|
||||
`a`.`arenateamid` = `b`.`atid` AND
|
||||
`a`.`guid` = `b`.`b_guid`;
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ CREATE TABLE `game_event_battleground_holiday` (
|
||||
`bgflag` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`event`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,
|
||||
(-1000135, 'I am returning to Tempest Keep. See to it that I do not have reason to return!', 0, 0, 0, 'dawnforge PATHALEON_CULATOR_IMAGE_2_2' ),
|
||||
(-1000136, 'Yes, my lord.', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_4 SAY_ARCANIST_ARDONIS_2'),
|
||||
(-1000137, 'See to it, Ardonis!', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_5');
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ INSERT INTO spell_script_target VALUES
|
||||
(39011,1,20885),
|
||||
(40106,1,22883),
|
||||
(40105,1,22883);
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ ALTER TABLE spell_chain DROP COLUMN rank;
|
||||
ALTER TABLE spell_chain RENAME TO spell_required;
|
||||
DELETE FROM spell_required WHERE req_spell=0;
|
||||
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ DELETE FROM `script_texts` WHERE `entry` IN (-1000138,-1000139);
|
||||
INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES
|
||||
(-1000138, 'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!', 0, 0, 0, 'aeranas SAY_SUMMON'),
|
||||
(-1000139, 'Avruu\'s magic is broken! I\'m free once again!', 0, 0, 0, 'aeranas SAY_FREE');
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
UPDATE `item_template` SET `ScriptName` = "item_only_for_flight" WHERE `entry` IN (34475, 34489, 24538);
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ DELETE FROM `spell_script_target` WHERE `entry` = 42577;
|
||||
INSERT INTO `spell_script_target` VALUES ('42577', '1', '24136');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001);
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
UPDATE creature_template SET Scriptname='npc_ranger_lilatha' WHERE entry=16295;
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593;
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594;
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6615','|cfffff
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnotify', 2, 'Syntax: .gmnotify $notification\r\nDisplays a notification on the screen of all online GM\'s.');
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnameannounce', 2, 'Syntax: .gmnameannounce $announcement.\r\nSend an announcement to all online GM\'s, displaying the name of the sender.');
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.');
|
||||
|
||||
|
||||
@@ -164,4 +164,3 @@ INSERT INTO `spell_script_target` VALUES
|
||||
(46896,0,181605),
|
||||
(47104,1,26401),
|
||||
(49058,1,24968); -- Rocket Bot Attack
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012);
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648);
|
||||
INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone');
|
||||
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ insert into event_scripts values
|
||||
delete from creature where id = 17651;
|
||||
-- add script
|
||||
update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651;
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ INSERT INTO `spell_script_target` VALUES
|
||||
(33655,0,183350),
|
||||
(33633,0,183351),
|
||||
(44374,1,24722);
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user