Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Feb 16, 2018
1 parent 5fc1539 commit f91813f
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sql/updates/world/3.3.5/2018_02_10_00_world.sql

This file was deleted.

1 change: 0 additions & 1 deletion sql/updates/world/3.3.5/2018_02_11_00_world_335.sql

This file was deleted.

1 change: 0 additions & 1 deletion sql/updates/world/3.3.5/2018_02_11_01_world_335.sql

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--
-- DELETE FROM `spawn_group` WHERE `spawnId` IN (64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993) AND `spawnType`=0 AND `groupId`=2;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- DELETE FROM `spell_bonus_data` WHERE `entry` IN (31117, 64085);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- UPDATE `spell_proc` SET `SpellPhaseMask` = `SpellPhaseMask`|0x2 WHERE `SpellId` IN (-19572, 28716, -31656, 37603, 38394, 40438, 40478, 45054, -47195, -47245, -48539, -49217, 54754, 56218, -56636, 57870, 60061, 60170, 60176, 60487, 61188, 64752, 64824, 64914, 67209, 67356, 67361, 67365, 70664, 70730, 70841, 70854, 71174, 71176, 71178, 71198, 71606, 71637);
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_combined_toxins';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56584, 'spell_combined_toxins');
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Remove unique items from reference table 24064
DELETE FROM `reference_loot_template` WHERE `Entry`=24064 AND `Item` IN (911, 920, 1076, 1406, 1455, 1459, 1461, 1462, 2034, 2232, 3429);
Expand All @@ -24,3 +25,4 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Com
(205, 2232, 0.1, 0, "Nightbane Dark Runner - Dark Runner Boots"),
(2427, 3429, 1, 0, "Jailor Eston - Guardsman Belt"),
(2428, 3429, 1, 0, "Jailor Marlgen - Guardsman Belt");
*/

0 comments on commit f91813f

Please sign in to comment.