DB/Misc: Rename files

This commit is contained in:
Aokromes
2017-01-14 06:49:46 +01:00
parent 33d582e429
commit a75884b994
18 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
-- Swiftmane -- http://wotlk.openwow.com/npc=5831
SET @NPC := 20433;
SET @PATH := @NPC * 10;
@@ -44,3 +45,4 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
(@PATH, 36, -714.682, -3548.67, 93.914, 1),
(@PATH, 37, -718.461, -3563.25, 92.414, 1),
(@PATH, 38, -715.575, -3582.03, 92.3202, 1);
*/

View File

@@ -1,3 +1,4 @@
/*
-- =========================
-- NPC Spawn Fixes - Fix All - UDB 4.3.4 Port (Every Single Spawns Was Sniff Data and Verified on Official) - Most Detailed Review of NPC Spawns Ever
-- =========================
@@ -639,3 +640,4 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
(@PATH,2,-9626.04,502.132,41.6338,0,2.38042,1),
(@PATH,3,-9608.88,485.914,41.4421,4000,5.57542,1),
(@PATH,4,-9626.04,502.132,41.6338,0,2.38042,1);
*/

View File

@@ -1,3 +1,4 @@
/*
-- The Demon Seed -- http://wotlk.openwow.com/quest=924
-- Ak'Zeloth SAI
SET @ENTRY := 3521;
@@ -18,3 +19,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
DELETE FROM `creature_text` WHERE `entry`=3521;
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `comment`) VALUES
(3521, 0, 0, 'Take a stone from the table, $n. You will need it for your quest.', 12, 1, 100, 25, 0, 0, 1115, 'Ak''Zeloth');
*/

View File

@@ -1,3 +1,4 @@
/*
-- Lizzarik -- http://wowhead.com/npc=3658
DELETE FROM `creature_formations` WHERE `leaderGUID`=14056;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
@@ -87,3 +88,4 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
(@PATH, 74, -972.594, -3639.53, 18.4471, 0),
(@PATH, 75, -977.058, -3633.07, 19.1832, 0),
(@PATH, 76, -974.034, -3634.92, 19.0109, 1800000);
*/