mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
rename files
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
--
|
||||
UPDATE `event_scripts` SET `datalong`=5448 WHERE `id`=15452;
|
||||
@@ -1,2 +0,0 @@
|
||||
-- quest 787 "The New Horde" completion text
|
||||
UPDATE `quest_offer_reward` SET `RewardText`= "Another one of Eitrigg's recruits, hm?$B$BA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you're ready to leave the Valley, you'll be a proud warrior of the Horde." WHERE `ID`=787;
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
-- UPDATE `event_scripts` SET `datalong`=5448 WHERE `id`=15452;
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Theramore Practicing Guard
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4951;
|
||||
@@ -6,3 +7,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(4951,0,0,0,25,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,4952,0,0,0,0,0,0,"Theramore Practicing Guard - On Reset - Start Attacking");
|
||||
-- Theramore Combat Dummy
|
||||
UPDATE `creature_template` SET `ScriptName`="npc_training_dummy" WHERE `entry`=4952;
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Quest "Deadmire"
|
||||
DELETE FROM `quest_details` WHERE `ID`=1205;
|
||||
@@ -290,3 +291,4 @@ INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `Emot
|
||||
(7070,1,1,0,0,0,0,0,0,0);
|
||||
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7070;
|
||||
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7070;
|
||||
*/
|
||||
@@ -0,0 +1,2 @@
|
||||
-- quest 787 "The New Horde" completion text
|
||||
-- UPDATE `quest_offer_reward` SET `RewardText`= "Another one of Eitrigg's recruits, hm?$B$BA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you're ready to leave the Valley, you'll be a proud warrior of the Horde." WHERE `ID`=787;
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Duriel Moonfire
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=12860 AND `source_type`=0 AND `id`=2;
|
||||
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
|
||||
@@ -68,3 +69,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(-32378,0,6,0,38,0,100,512,2,2,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 2 2 - Despawn in 1000 ms"),
|
||||
(-32378,0,7,0,1,0,100,512,1000,1000,1000,1000,101,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - Out of Combat - Set Home Position"),
|
||||
(-32378,0,8,0,11,0,100,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Flag Standstate 'Kneel'");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Quest "Missing Crystals"
|
||||
DELETE FROM `quest_details` WHERE `ID`=9435;
|
||||
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
|
||||
@@ -179,3 +180,4 @@ UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7102;
|
||||
-- Quest "Capture a Mine"
|
||||
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=7122;
|
||||
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=7122;
|
||||
*/
|
||||
@@ -175,7 +175,7 @@ struct PositionFullTerrainStatus
|
||||
uint32 const mogpFlags;
|
||||
};
|
||||
|
||||
PositionFullTerrainStatus() : areaId(0), floorZ(0.0f), outdoors(true) { }
|
||||
// PositionFullTerrainStatus() : areaId(0), floorZ(0.0f), outdoors(true) { }
|
||||
uint32 areaId;
|
||||
float floorZ;
|
||||
ZLiquidStatus liquidStatus;
|
||||
|
||||
Reference in New Issue
Block a user