Files
TrinityCore/sql/updates/3005_world_scripts.sql
BroodWyrm 94e896ebd6 *Add scriptsupport for Quest 12848
--HG--
branch : trunk
2009-05-01 01:29:41 +02:00

3 lines
378 B
SQL

update creature_template set scriptname = 'npc_unworthy_initiate' where entry in (29519,29520,29565,29566,29567);
update creature_template set scriptname = 'npc_unworthy_initiate_anchor' where entry = 29521;
update gameobject_template set scriptname = 'go_acherus_soul_prison' where entry in (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590);