DB/Misc: Rename files

This commit is contained in:
Aokromes
2016-12-30 01:25:29 +01:00
parent b2f6949653
commit 84cf5b3000
10 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
DELETE FROM `spell_custom_attr` WHERE `entry` IN (51699, 52910, 52914, 52915, 52916, 57723, 57724);
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(52910, 0x40), -- Turn the Tables
@@ -6,3 +7,4 @@ INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(52916, 0x40), -- Honor Among Thieves
(57723, 0x40), -- Exhaustion
(57724, 0x40); -- Sated
*/

View File

@@ -1 +1,3 @@
/*
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (-14892, -53290);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Booty Bay Bruiser 1
SET @NPC := 178;
SET @PATH := @NPC * 10;
@@ -313,3 +314,4 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
(@PATH, 5, -5703.14, -576.05, 401.19, 0),
(@PATH, 6, -5712.95, -566.86, 399.93, 0),
(@PATH, 7, -5719.97, -550.44, 398.7, 0);
*/

View File

@@ -1,3 +1,4 @@
/*
--
UPDATE `creature` SET `position_x`= -12369 , `position_y` = -963.837 , `position_z` = 12.9651 , `orientation` = 2.86234 , `spawndist`=0,`MovementType`=2 WHERE `guid` = 849;
UPDATE `creature` SET `position_x`= -12351.8 , `position_y` = -969.239 , `position_z` = 13.1489 , `orientation` = 1.18682 , `spawndist`=0,`MovementType`=2 WHERE `guid` = 856;
@@ -10791,3 +10792,4 @@ INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`,
(12679, 12683, 3, 360, 2, 0, 0);
UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid` IN (73646, 73640, 73641, 73644, 73642, 130396, 66993, 55154, 55137, 55164, 70875, 70873, 62891, 70874, 83345, 66990, 129972, 125495, 63380, 57720, 91203, 57723, 12680, 12681, 12682, 12683, 129208, 129230, 129234, 129243, 12701, 12703, 12702, 12684, 12688, 12694, 12696, 79567, 79568, 79569, 70888, 70887, 83330, 83331);
*/