mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
* the core repo. * This is not a new build, don't recompile, you will be wasting your time. * As a matter of fact, don't bother ever compiling a rev that has my name on * it, because you can be sure that it will have nothing important :P * Wonder how long the commit message can be...... * PEACE! --HG-- branch : trunk rename : sql/updates/329_world_spell_proc_event.sql => sql/updates/329_world.sql rename : sql/updates/332_world_spell_script_target.sql => sql/updates/332_world.sql rename : sql/updates/333_world_spell_proc_event.sql => sql/updates/333_world.sql rename : sql/updates/334_world_trinity_string.sql => sql/updates/334_world.sql
11 lines
1.2 KiB
SQL
11 lines
1.2 KiB
SQL
UPDATE `creature_template` SET `ScriptName`='npc_second_trial_paladin' WHERE `entry` IN (17809,17810,17811,17812);
|
|
UPDATE `creature_template` SET `ScriptName`='npc_second_trial_controller' WHERE `entry` IN (17807);
|
|
UPDATE `gameobject_template` SET `ScriptName`='go_second_trial' WHERE `entry` IN (182052);
|
|
|
|
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1645009 AND -1645006;
|
|
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `comment`) VALUES
|
|
(-1645006,'Let the trial begin, Bloodwrath, attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
|
|
(-1645007,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
|
|
(-1645008,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
|
|
(-1645009,'Show $N the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE');
|