diff options
| author | n0n4m3 <none@none> | 2009-12-20 17:39:36 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-20 17:39:36 +0100 |
| commit | cc19e731742420615bc7c68144b100b07298fad0 (patch) | |
| tree | f382525179450cb425c4ad9cf3d6444a4cee1f93 /sql | |
| parent | 851a514f90355d00661b2fd60853ed4623b4b26a (diff) | |
| parent | a85544cb9c51e412169afe82a63cec602f71b1bd (diff) | |
Merge
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/6648_world_gameobject_template.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 5bc728b6ee4..4488b8af8db 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -41,6 +41,7 @@ UPDATE `gameobject_template` SET `ScriptName`='go_orb_of_the_blue_flight' WHERE UPDATE `gameobject_template` SET `ScriptName`='go_acherus_soul_prison' WHERE `entry` IN (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590); UPDATE `gameobject_template` SET `ScriptName`='go_shrine_of_the_birds' WHERE `entry` IN (185547,185553,185551); UPDATE `gameobject_template` SET `ScriptName`='go_matrix_punchograph' WHERE `entry` IN (142345,142475,142476,142696); +UPDATE `gameobject_template` SET `ScriptName`='go_jotunheim_cage' WHERE `entry`=192135; /* GUARD */ diff --git a/sql/updates/6648_world_gameobject_template.sql b/sql/updates/6648_world_gameobject_template.sql new file mode 100644 index 00000000000..470c2e2e036 --- /dev/null +++ b/sql/updates/6648_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_jotunheim_cage' WHERE `entry`=192135; |
