mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Scripting: Moved Lord Valthalak from EAI to CPP. Moved all Blackrock Instances to Blackrock Mountain Dir.
This commit is contained in:
6
sql/updates/world/2013_08_07_01_world_misc.sql
Normal file
6
sql/updates/world/2013_08_07_01_world_misc.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Move boss_lord_valthalak from EAI to CPP
|
||||
UPDATE `creature_template` SET `AIName`= '', `ScriptName`= 'boss_lord_valthalak' WHERE `entry`=16042;
|
||||
DELETE FROM creature_ai_scripts WHERE `creature_id`=16042;
|
||||
DELETE FROM `creature_text` WHERE `entry`=16042 AND `groupid`=0;
|
||||
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES
|
||||
(16042, 0, 0, '%s goes into a frenzy!', 16, 0, 100, 0, 0, 0, 'Lord Valthalak - Cast Frenzy');
|
||||
Reference in New Issue
Block a user