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,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=738 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (73800,73803,73804) AND `source_type`=9;
|
||||
@@ -27,3 +28,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=215;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(19,0,215,0,0,23,0,99,0,0,1,0,0,"","Quest 'Jungle Secrets' can only be taken if Private Thorsen is not in area 99");
|
||||
*/
|
||||
@@ -1,3 +1,5 @@
|
||||
/*
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=9685 WHERE `id` IN (9690);
|
||||
UPDATE `smart_scripts` SET `action_param6`=1 WHERE `action_type`=53 AND `entryorguid` IN (17811, 17812,17809,17810) AND source_type=0;
|
||||
*/
|
||||
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
--
|
||||
UPDATE `gameobject` SET `id`=171942, `spawntimesecs`=180, `animprogress`=100 WHERE `guid`=18199;
|
||||
DELETE FROM `gameobject` WHERE `guid`=48892;
|
||||
DELETE FROM `gameobject_addon` WHERE `guid`=48892;
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Yeh'kinya
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=8579;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
@@ -28,3 +29,4 @@ INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z
|
||||
(8579,2,-6964.45,-4949.57,6.45678,"");
|
||||
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user