diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3.3.3a_old/8300_world_battleground_template.sql | 1 | ||||
| -rw-r--r-- | sql/updates/8327_world_scriptname.sql | 2 | ||||
| -rw-r--r-- | sql/updates/8334_world_scriptname.sql | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/3.3.3a_old/8300_world_battleground_template.sql b/sql/updates/3.3.3a_old/8300_world_battleground_template.sql new file mode 100644 index 00000000000..880fe66124b --- /dev/null +++ b/sql/updates/3.3.3a_old/8300_world_battleground_template.sql @@ -0,0 +1 @@ +UPDATE `battleground_template` SET `MinPlayersPerTeam`=10, `MaxPlayersPerTeam`=10 WHERE `id`=32; diff --git a/sql/updates/8327_world_scriptname.sql b/sql/updates/8327_world_scriptname.sql index af2dd215fb5..be75f817100 100644 --- a/sql/updates/8327_world_scriptname.sql +++ b/sql/updates/8327_world_scriptname.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName`='npc_colossus' WHERE `entry`=33237;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_colossus' WHERE `entry`=33237; diff --git a/sql/updates/8334_world_scriptname.sql b/sql/updates/8334_world_scriptname.sql index 1ad9829e901..abd905d0f22 100644 --- a/sql/updates/8334_world_scriptname.sql +++ b/sql/updates/8334_world_scriptname.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName`='npc_guardian_pavilion' WHERE `entry` IN (33543,33643);
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_guardian_pavilion' WHERE `entry` IN (33543,33643); |
