DB/Misc: Rename files

This commit is contained in:
Aokromes
2017-01-09 09:25:55 +01:00
parent 1464331323
commit 4ba93eb1e6
12 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
-- Lava Reaver SAI
SET @ENTRY := 12100;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
@@ -27,3 +28,4 @@ DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(@ENTRY,0,0,0,0,0,100,2,5000,8000,12000,15000,11,16168,0,0,0,0,0,2,0,0,0,0,0,0,0,"Lava Annihilator - In Combat - Cast 'Flame Buffet' (Normal Dungeon)"),
(@ENTRY,0,1,0,0,0,100,2,0,0,3400,4700,11,22088,64,0,0,0,0,2,0,0,0,0,0,0,0,"Lava Annihilator - In Combat CMC - Cast 'Fireball' (Normal Dungeon)");
*/

View File

@@ -1,2 +1,4 @@
/*
-- Craftsman's Writ
UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID`=9142;
*/

View File

@@ -1,3 +1,4 @@
/*
DELETE FROM `conditions` WHERE `SourceEntry`= 11513 AND (`SourceTypeOrReferenceId`=17 OR `SourceTypeOrReferenceId`=13);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17, 0, 11513, 0, 0, 29, 0, 6213, 5, 0, 0, 0, 0, '', 'Must be near NPC to cast'),
@@ -17,3 +18,4 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_collecting_fallout';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(12709, 'spell_collecting_fallout');
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- ======================================
-- Mark (Little Boy Playing in Goldshire) -- BACKPORTED FROM UDB 4.3.4
@@ -848,3 +849,4 @@ UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`= 1922; -- Grey Forest Wolf
UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`= 6093; -- Dead-Tooth Jack (6093)
UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`= 6846; -- Defias Dockmaster (6846)
UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`= 6927; -- Defias Dockworker (6927)
*/