diff options
| author | tartalo <none@none> | 2009-10-24 21:26:37 +0200 |
|---|---|---|
| committer | tartalo <none@none> | 2009-10-24 21:26:37 +0200 |
| commit | 1b0ff7900c9d1f23bccb57f927f9805f3e2ae493 (patch) | |
| tree | 14cecabca4d5915ae42ed80e6d510104da84a15c /sql/updates | |
| parent | b3775ab08c6cac661920024b811cf035b2dbf5e1 (diff) | |
Storm Peaks: support for 'They took our men!' quest, by Manuel
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6066_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6066_world_scripts.sql b/sql/updates/6066_world_scripts.sql new file mode 100644 index 00000000000..655fbaf8a7d --- /dev/null +++ b/sql/updates/6066_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_goblin_prisioner' WHERE `entry`=29446; +UPDATE `gameobject_template` SET ScriptName = 'go_rusty_cage' WHERE `entry`=191544; |
