DB/Misc: Rename files

This commit is contained in:
Aokromes
2017-03-20 17:02:29 +01:00
parent d1382c5f23
commit d35eb5d31e
7 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/*
--
UPDATE `spell_dbc` SET `Effect2` = 28, `EffectMiscValueB2` = 64 WHERE `Id`IN (23201, 27939, 30774, 33614, 33616, 39074);
UPDATE `spell_dbc` SET `Effect3` = 28, `EffectMiscValueB3` = 64 WHERE `Id`IN (33615);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Children's Week quest "Back to the Orphanage" and mail from the Orphans
DELETE FROM `quest_mail_sender` WHERE `QuestId` IN (22817,22818,28879,28880);
INSERT INTO `quest_mail_sender` (`QuestId`,`RewardMailSenderEntry`) VALUES
@@ -5,3 +6,4 @@ INSERT INTO `quest_mail_sender` (`QuestId`,`RewardMailSenderEntry`) VALUES
(10967, 22817), -- Back to the Orphanage (H) sends mail from Blood Elf Orphan
(13959, 33533), -- Back To The Orphanage (Oracle) sends mail from Oracle Orphan
(13960, 33532); -- Back To The Orphanage (Wolvar) sends mail from Wolvar Orphan
*/

View File

@@ -1,3 +1,4 @@
/*
SET @OGUID := 55735;
DELETE FROM `gameobject` WHERE `map`=568;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
@@ -94,3 +95,4 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `positi
(@OGUID+90,187380,568,1,1,383.674,1083.18,5.75323,0.017452,0,0,0.00872612,0.999962,180,255,1),
(@OGUID+91,186622,568,1,1,305.514,1467.34,81.5059,-2.32129,0,0,-0.91706,0.39875,180,255,1),
(@OGUID+92,186623,568,1,1,307.208,1464.14,81.6032,-0.104719,0,0,-0.0523357,0.99863,180,255,1);
*/