diff options
| author | tartalo <none@none> | 2009-10-29 21:37:45 +0100 |
|---|---|---|
| committer | tartalo <none@none> | 2009-10-29 21:37:45 +0100 |
| commit | 57b46053e1f2f8110a785914b3da065a755cd03d (patch) | |
| tree | 864892ff946ab7cfbae34027fec83eb8ca5615b7 /sql/updates | |
| parent | 65ec52f7a6f6bb45a35af86ea1c0284bd3297425 (diff) | |
Support for quest 'Merciful Freedom' (6566), by Sony
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6109_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6109_world_scripts.sql b/sql/updates/6109_world_scripts.sql new file mode 100644 index 00000000000..627e2f34ef1 --- /dev/null +++ b/sql/updates/6109_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_scourge_prisoner' WHERE `entry`=25610; +UPDATE `gameobject_template` SET `ScriptName`='go_scourge_cage' WHERE `entry`=187867; |
