Rename files

This commit is contained in:
Aokromes
2017-10-23 09:25:21 +02:00
parent aa24608bed
commit 30b72ef2ef
12 changed files with 10 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
-- Ironforge Guard (5595) (46)
UPDATE `creature_addon` SET `auras`="" WHERE `guid`=46;

View File

@@ -1,3 +1,4 @@
/*
-- Tirisfal Pumpkin
DELETE FROM `gameobject` WHERE `guid` IN (409,412,414,420,424,426,432,492,509,513,601,610,612,617,646,660,665,669,672,718,750,763,787,791,796,802,813,828,833,836,853,859);
DELETE FROM `gameobject_addon` WHERE `guid` IN (45042, 45043, 45157, 45194, 45195, 45196, 45197, 45198, 45200, 45201);
@@ -72,3 +73,4 @@ INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VA
(833, 379, 0, '375 - Tirisfal Pumpkin'),
(836, 379, 0, '375 - Tirisfal Pumpkin'),
(853, 379, 0, '375 - Tirisfal Pumpkin');
*/

View File

@@ -0,0 +1,2 @@
-- Ironforge Guard (5595) (46)
-- UPDATE `creature_addon` SET `auras`="" WHERE `guid`=46;

View File

@@ -1,3 +1,4 @@
/*
-- Ghostpaw Alpha
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3825;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3825 AND `source_type`=0;
@@ -326,3 +327,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
(326170,11,4206.5,1285.38,1.3025,0,0,0,0,100,0),
(326170,12,4185.92,1278.95,1.27956,0,0,0,0,100,0),
(326170,13,4168.32,1281.27,3.36765,0,0,0,0,100,0);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Hissperak
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=14227;
DELETE FROM `smart_scripts` WHERE `entryorguid`=14227 AND `source_type`=0;
@@ -148,3 +149,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
(277130,6,-433.731,1854.44,128.407,0,0,0,0,100,0),
(277130,7,-426.651,1844.51,128.407,0,0,0,0,100,0),
(277130,8,-414.903,1839.9,128.408,0,0,0,0,100,0);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Lady Anacondra
UPDATE `creature_template` SET `ManaModifier`=4 WHERE `entry`=3671;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3671 AND `source_type`=0 AND `id`>0;
@@ -78,3 +79,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
UPDATE `creature_template` SET `DamageModifier`=2.5 WHERE `entry` IN (3669, 3670, 3671, 3673);
UPDATE `creature_template` SET `DamageModifier`=7.5 WHERE `entry` IN (3654, 5775);
UPDATE `creature_template` SET `DamageModifier`=1 WHERE `entry` IN (5055, 8886, 5053);
*/