mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
rename files
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/*
|
||||
--
|
||||
DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (4485,4486);
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(1,4485,0,"","","Deprecated quest"),
|
||||
(1,4486,0,"","","Deprecated quest");
|
||||
*/
|
||||
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
--
|
||||
-- Quest "Tome of Divinity (1641)"
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1641;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(19,0,1641,0,0,14,0,2998,0,0,0,0,0,"","Quest 'Tome of Divinity (1641)' can only be taken if quest 'Tome of Divinity (2998)' is not taken"),
|
||||
(19,0,1641,0,0,14,0,3681,0,0,0,0,0,"","Quest 'Tome of Divinity (1641)' can only be taken if quest 'Tome of Divinity (3681)' is not taken");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Jordan Stilwell
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=6181;
|
||||
@@ -26,3 +27,4 @@ DELETE FROM `waypoints` WHERE `entry`=6181;
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
|
||||
(6181,1,-5094.12,-786.116,495.226,""),
|
||||
(6181,2,-5089.28,-782.95,495.279,"");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Quintis Jonespyre --> Add Gossip Text
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=1922 WHERE `entry`=7879;
|
||||
@@ -5,3 +6,4 @@ UPDATE `creature_template` SET `gossip_menu_id`=1922 WHERE `entry`=7879;
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`=1922;
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
|
||||
(1922,0,1,"I'd like to purchase more Tharlendris seeds.",4851,3,128,0,0,0,0,"",0,0);
|
||||
*/
|
||||
Reference in New Issue
Block a user