root/trunk/sql/updates/66_world_scripts.sql

Revision 124, 1.7 kB (checked in by yumileroy, 17 years ago)

[svn] * Properly name Updates for scripts.

Original author: KingPin?
Date: 2008-10-27 13:23:14-05:00

Line 
1update instance_template set script = 'instance_sunwell_plateau' where map = 580;
2UPDATE creature_template SET ScriptName = 'boss_brutallus' WHERE entry = 24882;
3UPDATE `creature_template` SET `ScriptName` = 'boss_felmyst' WHERE `entry` = 25038;
4UPDATE `creature_template` SET `ScriptName` = 'mob_felmyst_vapor' WHERE `entry` = 25265;
5UPDATE `creature_template` SET `ScriptName` = 'mob_felmyst_trail' WHERE `entry` = 25267;
6update creature_template set scriptname = 'boss_sacrolash' where entry = 25165;
7update creature_template set scriptname = 'boss_alythess' where entry = 25166;
8update creature_template set scriptname = 'mob_shadow_image' where entry = 25214;
9REPLACE INTO `gameobject_template` VALUES (187366, 6, 4251, 'Blaze', '', 14, 0, 1, 0, 73, 2, 45246, 0, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');
10UPDATE creature_template SET faction_H = 14, faction_A = 14, minlevel = 73, maxlevel = 73,rank = 3, flags = 33554434, flag1 = 0 WHERE entry = 25214;
11UPDATE `creature_template` SET `minlevel` = '70', `maxlevel` = '70',`faction_A` = '14', `faction_H` = '14' WHERE `entry` in (25265,25267,25268);
12UPDATE `creature_template` SET `mindmg` = '1500', `maxdmg` = '2500', `minhealth` = '40000', `maxhealth` = '40000', `baseattacktime` = '2000' WHERE `entry` = 25268;
13DELETE FROM `spell_script_target` WHERE `entry` in (44885,45388,45389,46350,45714);
14INSERT INTO `spell_script_target` VALUES ('45388', '1', '25038');
15INSERT INTO `spell_script_target` VALUES ('45389', '1', '25265');
16INSERT INTO `spell_script_target` VALUES ('44885', '1', '25160');
17INSERT INTO `spell_script_target` VALUES ('46350', '1', '25160');
18INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038');
Note: See TracBrowser for help on using the browser.