mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
rename files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
--
|
||||
SET @ENTRY := 5781;
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI", `InhabitType`=`InhabitType`|8 WHERE `entry`=@ENTRY;
|
||||
@@ -18,3 +19,4 @@ INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language
|
||||
(3250, 0, 0, "%s lays an egg!", 16, 0, 100, 0, 0, 0, 1408, 'Silithid Creeper'),
|
||||
(5781, 0, 0, "%s begins to crack and open...", 16, 0, 100, 0, 0, 0, 1409, 'Silithid Creeper Egg'),
|
||||
(5781, 1, 0, "%s splits open!", 16, 0, 100, 0, 0, 0, 1410, 'Silithid Creeper Egg');
|
||||
*/
|
||||
@@ -1,7 +1,7 @@
|
||||
-- Phantom Mammoth
|
||||
DELETE FROM `creature` WHERE `guid`=127005; -- shouldn't stand all the time
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`&0x2 WHERE `entry`=29748; -- set visible to players
|
||||
-- Mojo Frenzy
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = "spell_moorabi_mojo_frenzy";
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(55163, "spell_moorabi_mojo_frenzy");
|
||||
-- Phantom Mammoth
|
||||
DELETE FROM `creature` WHERE `guid`=127005; -- shouldn't stand all the time
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`&0x2 WHERE `entry`=29748; -- set visible to players
|
||||
-- Mojo Frenzy
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = "spell_moorabi_mojo_frenzy";
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(55163, "spell_moorabi_mojo_frenzy");
|
||||
Reference in New Issue
Block a user