diff options
| author | Tartalo <none@none> | 2010-04-07 14:55:54 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-04-07 14:55:54 +0200 |
| commit | aaa340fa25c01203b7b1632b0e375d3b3295226d (patch) | |
| tree | 39f8e6acc27f2407b76023a9d4e83810258b4eba /sql/updates | |
| parent | 3316adb5a279c3f061cef5530f069098938251e6 (diff) | |
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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7797_world_scriptname.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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;
|
