mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
* Trinity sql coding style
* Renamed 1725 to 1730 * Added scripts to full script file --HG-- branch : trunk
This commit is contained in:
@@ -1 +1 @@
|
||||
insert into spell_script_target values (42857,1,23954);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (42857,1,23954);
|
||||
@@ -1,3 +1,3 @@
|
||||
update creature_template set scriptname = 'boss_ingvar_the_plunderer' where entry = 23954;
|
||||
update creature_template set scriptname = 'mob_annhylde_the_caller' where entry = 24068;
|
||||
update creature_template set scriptname = 'mob_ingvar_throw_dummy' where entry = 23997;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_ingvar_the_plunderer' WHERE `entry`=23954;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_annhylde_the_caller' WHERE `entry`=24068;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_ingvar_throw_dummy' WHERE `entry`=23997;
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Judgements of the Wise
|
||||
INSERT INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
REPLACE INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
REPLACE INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
REPLACE INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
@@ -1,5 +1,4 @@
|
||||
-- Faerie fire
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
('60089', '0', '0', '0.05', 'Druid - Faerie Fire (Bear Form)');
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES ('60089', '0', '0', '0.05', 'Druid - Faerie Fire (Bear Form)');
|
||||
-- Glyph of Devastate
|
||||
INSERT INTO `spell_proc_event` VALUES (58388, 0x00, 4, 0x00000040, 0x00000000, 0x00000000, 0x00000110, 0x00000000, 0.000000, 0.000000, 0);
|
||||
@@ -66,5 +66,8 @@ INSTALL(FILES
|
||||
1703_world.sql
|
||||
1709_mangos_7393_01_world_game_event.sql
|
||||
1724_mangos_7399_01_world_trinity_string.sql
|
||||
1727_world.sql
|
||||
1727_world_script.sql
|
||||
1729_world.sql
|
||||
1730_world.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
@@ -908,6 +908,9 @@ UPDATE `instance_template` SET `script`='instance_utgarde_keep' WHERE `map`= '57
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_vrykul_skeleton' WHERE `entry`=23970;
|
||||
UPDATE `creature_template` SET `ScriptName`= 'boss_skarvald_the_constructor' WHERE `entry` IN (24200,27390);
|
||||
UPDATE `creature_template` SET `ScriptName`= 'boss_dalronn_the_controller' WHERE `entry` IN (24201,27389);
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_ingvar_the_plunderer' WHERE `entry`=23954;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_annhylde_the_caller' WHERE `entry`=24068;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_ingvar_throw_dummy' WHERE `entry`=23997;
|
||||
|
||||
/* WAILING CAVERNS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user