mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Rename files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id` IN (1054,1056,1094);
|
||||
@@ -1,2 +0,0 @@
|
||||
-- Grinkle <Fishing Promoter>
|
||||
UPDATE `creature` SET `position_z`=11.6612 WHERE `guid`=54742;
|
||||
@@ -0,0 +1 @@
|
||||
-- UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id` IN (1054,1056,1094);
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param3`=2000 ,`event_param4`=2000 WHERE `entryorguid` IN (6182) AND `source_type`=0 AND `id`=22;
|
||||
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (7726) AND `source_type`=0 AND `id`=3;
|
||||
@@ -19,3 +20,4 @@ UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13197) AND `s
|
||||
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13197) AND `source_type`=0 AND `id`=6;
|
||||
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13197) AND `source_type`=0 AND `id`=7;
|
||||
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (13197) AND `source_type`=0 AND `id`=8;
|
||||
*/
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Grinkle <Fishing Promoter>
|
||||
-- UPDATE `creature` SET `position_z`=11.6612 WHERE `guid`=54742;
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid`=74033;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
@@ -33,3 +34,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
|
||||
(10820, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 5000, 9000, 11, 12471, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Duke Ragereaver - IC - cast Shadow Bolt"),
|
||||
(10820, 0, 1, 0, 0, 0, 100, 0, 3000, 6000, 21000, 25000, 11, 13847, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Duke Ragereaver - IC - cast recklessness"),
|
||||
(10820, 0, 2, 0, 23, 0, 100, 0, 11733, 0, 0, 0, 11, 11733, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Duke Ragereaver - on missing aura - cast demon armor");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (74034,74142,77646,77647,77815,77864,77865,77866,77906,77937,77938,77939,77940);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
@@ -25,3 +26,4 @@ INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALU
|
||||
(77938, 373, 0, 'Dr. Whitherlimb 2'),
|
||||
(77939, 373, 0, 'Dr. Whitherlimb 3'),
|
||||
(77940, 373, 0, 'Dr. Whitherlimb 4');
|
||||
*/
|
||||
Reference in New Issue
Block a user