root/trunk/sql/updates/70_world_scripts.sql

Revision 124, 0.6 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 `creature_template` SET
2`minlevel` = '60',
3`maxlevel` = '60',
4`minhealth` = '6900',
5`maxhealth` = '7200',
6`minmana` = '9476',
7`maxmana` = '9736',
8`armor` = '4000',
9`speed` = '1.7',
10`rank` = '1',
11`mindmg` = '600',
12`maxdmg` = '1500',
13`attackpower` = '1200',
14`family` = '16',
15`minrangedmg` = '0',
16`maxrangedmg` = '0',
17`rangedattackpower` = '0',
18`resistance1` = '15',
19`resistance2` = '15',
20`resistance3` = '15',
21`resistance4` = '15',
22`resistance5` = '15',
23`resistance6` = '15',
24`ScriptName` = 'npc_kservant' WHERE `entry` = '19685';
25
26DELETE FROM `quest_start_scripts` WHERE `id`='10211';
27UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211;
Note: See TracBrowser for help on using the browser.