mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
* 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
5 lines
408 B
SQL
5 lines
408 B
SQL
update creature_template set speed='0.01', scriptname='mob_toxic_sporebat' WHERE entry=22140;
|
|
update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139;
|
|
update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083;
|
|
update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141;
|
|
update quest_template SET StartScript=0 WHERE entry=11108; |