From aaa340fa25c01203b7b1632b0e375d3b3295226d Mon Sep 17 00:00:00 2001 From: Tartalo Date: Wed, 7 Apr 2010 14:55:54 +0200 Subject: Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy. Fixes issue #1073. Please, post your contribution following our coding style, otherwise I have to waste a lot of time cleaning up the code --HG-- branch : trunk --- sql/updates/7797_world_scriptname.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/7797_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/7797_world_scriptname.sql b/sql/updates/7797_world_scriptname.sql new file mode 100644 index 00000000000..314389eb3d0 --- /dev/null +++ b/sql/updates/7797_world_scriptname.sql @@ -0,0 +1,3 @@ +UPDATE `instance_template` SET `script`='instance_blackrock_spire' WHERE `map`=229; +UPDATE `creature_template` SET `ScriptName`='npc_rookey_whelp' WHERE entry=10161; +UPDATE `gameobject_template` SET `ScriptName`='go_rookey_egg' WHERE entry=175124; -- cgit v1.2.3