mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
rename files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
-- Cliff Stormer
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4008;
|
||||
@@ -365,3 +366,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
||||
(11918,0,0,"You NO take candle!",12,0,100,0,0,0,16658,0,"Gogger Stonepounder"),
|
||||
(11918,0,1,"Yiieeeee! Me run!",12,0,100,0,0,0,1864,0,"Gogger Stonepounder"),
|
||||
(11918,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Gogger Stonepounder");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Trained Razorbeak
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2657;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2657 AND `source_type`=0;
|
||||
@@ -352,3 +353,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
||||
(14748,0,0,"Another fool falls for the trap!",12,0,100,0,0,0,10003,0,"Vilebranch Kidnapper"),
|
||||
(14748,0,1,"Dinner has arrived!",12,0,100,0,0,0,10004,0,"Vilebranch Kidnapper"),
|
||||
(14748,0,2,"The High Priestess will feast on your bones!",12,0,100,0,0,0,10005,0,"Vilebranch Kidnapper");
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Elder Saltwater Crocolisk
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2635;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2635 AND `source_type`=0;
|
||||
@@ -131,3 +132,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=710 AND `id`=3 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(710,0,3,0,4,0,15,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mosh\'Ogg Spellcrafter - On Aggro - Say Line 0");
|
||||
*/
|
||||
Reference in New Issue
Block a user