diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5866_gameobject_template.sql | 3 | ||||
| -rw-r--r-- | sql/updates/5868_world.sql | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/5866_gameobject_template.sql b/sql/updates/5866_gameobject_template.sql index 26f89e1d354..cc31e49aae8 100644 --- a/sql/updates/5866_gameobject_template.sql +++ b/sql/updates/5866_gameobject_template.sql @@ -1 +1,2 @@ -UPDATE `gameobject_template` SET `type`='10',`data0`='0',`ScriptName`='go_wg2voa_portal' WHERE (`entry`='190763');
+UPDATE `gameobject_template` SET `type`='10',`data0`='0',`ScriptName`='go_wg2voa_portal' WHERE (`entry`='190763'); + diff --git a/sql/updates/5868_world.sql b/sql/updates/5868_world.sql index 117cc8cee6b..93aabe19a03 100644 --- a/sql/updates/5868_world.sql +++ b/sql/updates/5868_world.sql @@ -1,4 +1,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_matrix_punchograph' WHERE `gameobject_template`.`entry` =142345 LIMIT 1 ; UPDATE `gameobject_template` SET `ScriptName` = 'go_matrix_punchograph' WHERE `gameobject_template`.`entry` =142475 LIMIT 1 ; UPDATE `gameobject_template` SET `ScriptName` = 'go_matrix_punchograph' WHERE `gameobject_template`.`entry` =142476 LIMIT 1 ; -UPDATE `gameobject_template` SET `ScriptName` = 'go_matrix_punchograph' WHERE `gameobject_template`.`entry` =142696 LIMIT 1 ;
\ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName` = 'go_matrix_punchograph' WHERE `gameobject_template`.`entry` =142696 LIMIT 1 ; |
