mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripting: Add Kirtonos The Herald to c++ scripting. Combat still not finished.
This commit is contained in:
8
sql/updates/world/2013_01_03_16_world_various_fixes.sql
Normal file
8
sql/updates/world/2013_01_03_16_world_various_fixes.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- NPC talk text convert from creature_ai_text. Moving boss to cpp.
|
||||
UPDATE `creature_template` SET `minlevel`=63,`maxlevel`=63,`InhabitType`=5,`AIName`= '', `ScriptName`= 'boss_kirtonos_the_herald' WHERE `entry`=10506;
|
||||
UPDATE `gameobject_template` SET `AIName`= '', `ScriptName`= 'go_brazier_of_the_herald' WHERE `entry`=175564;
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=10506;
|
||||
DELETE FROM `creature_ai_texts` WHERE `entry`=-448;
|
||||
DELETE FROM `creature_text` WHERE `entry` IN (10506);
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(10506,0,0, '%s lets out a shrill cry.',16,0,100,0,0,0, 'Kirtonos The Herald - Emote');
|
||||
Reference in New Issue
Block a user