rename files

This commit is contained in:
Aokromes
2017-02-10 05:36:07 +01:00
parent d57462bf0f
commit edd093304e
7 changed files with 9 additions and 7 deletions

View File

@@ -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');
*/

View File

@@ -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");