mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
rename files
This commit is contained in:
@@ -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);
|
||||
*/
|
||||
@@ -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');
|
||||
*/
|
||||
Reference in New Issue
Block a user