Files
TrinityCore/sql/updates/r70_world_scripts.sql
KingPin 1bb1603592 [svn] * Moved scripts sqls updates to main sql updates folder.
* Fixed makefile to use proper foldername.
* rXXX_world_scripts.sql will be the format for script sql updates, execute these into your world DB.

--HG--
branch : trunk
2008-10-27 09:57:53 -05:00

27 lines
655 B
SQL

UPDATE `creature_template` SET
`minlevel` = '60',
`maxlevel` = '60',
`minhealth` = '6900',
`maxhealth` = '7200',
`minmana` = '9476',
`maxmana` = '9736',
`armor` = '4000',
`speed` = '1.7',
`rank` = '1',
`mindmg` = '600',
`maxdmg` = '1500',
`attackpower` = '1200',
`family` = '16',
`minrangedmg` = '0',
`maxrangedmg` = '0',
`rangedattackpower` = '0',
`resistance1` = '15',
`resistance2` = '15',
`resistance3` = '15',
`resistance4` = '15',
`resistance5` = '15',
`resistance6` = '15',
`ScriptName` = 'npc_kservant' WHERE `entry` = '19685';
DELETE FROM `quest_start_scripts` WHERE `id`='10211';
UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211;