mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
rename files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Remove unique items from reference table 24068
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=24068 AND `Item` IN (897, 1351, 2015, 2017, 3053, 3336, 4723);
|
||||
@@ -12,3 +13,4 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Com
|
||||
(2368, 3336, 0.1, 0, "Daggerspine Shorestalker - Flesh Piercer"),
|
||||
(2370, 3336, 0.1, 0, "Daggerspine Screamer - Flesh Piercer"),
|
||||
(2346, 4723, 2.5, 0, "Dun Garok Priest - Humbert's Pants");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Remove unique items from reference table 24066
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=24066 AND `Item` IN (886, 1077, 2013, 2227, 2233, 2566, 3204, 3569, 6315);
|
||||
@@ -13,3 +14,4 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Com
|
||||
(2372, 3204, 0.1, 0, "Mudsnout Gnoll - Deepwood Bracers"),
|
||||
(4517, 3569, 1.5, 0, "Death's Head Priest - Vicar's Robe"),
|
||||
(6523, 6315, 0.1, 0, "Dark Iron Rifleman - Steelarrow Crossbow");
|
||||
*/
|
||||
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_mana_burn','spell_gen_clear_fear_poly');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(5138, 'spell_gen_clear_fear_poly'),
|
||||
(8129, 'spell_gen_clear_fear_poly');
|
||||
*/
|
||||
Reference in New Issue
Block a user