rename files

This commit is contained in:
Aokromes
2017-02-05 02:04:34 +01:00
parent 1ee5089f00
commit baa3297d46
16 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
-- Ursal the Mauler SAI
SET @ENTRY := 2039;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
@@ -76,3 +77,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
(@PATH, 13, 9105.24, 1843.42, 1327.53, 0, 0, 0, 0, 100, 0),
(@PATH, 14, 9109.59, 1840.99, 1327.5, 0, 0, 0, 0, 100, 0),
(@PATH, 15, 9120.07, 1836.26, 1328.29, 0, 0, 0, 0, 100, 0);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Saving Sharpbeak
-- Sharpbeak's Cage SAI
SET @ENTRY := 144070;
@@ -57,3 +58,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
DELETE FROM `creature_text` WHERE `entry`= 8023;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
(8023, 0, 0, '%s chirps a goodbye to $n.', 16, 0, 100, 0, 0, 0, 4138, 0, 'Sharpbeak');
*/