diff options
| author | teacher <none@none> | 2010-06-02 13:57:39 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-06-02 13:57:39 +0200 |
| commit | a653b314861eeca1c39640c8c04b13324d97fb41 (patch) | |
| tree | 57d8337afb9cfddeb64ccba266f350af12fa146b /sql/updates | |
| parent | bff58bfc204ed78e973c60bc126effc8a3312b31 (diff) | |
Added 8300_world_battleground_template.sql in sql\updated\333a_old. I wrongly removed it from repo (original file by click).
Small cleanup.
--HG--
branch : trunk
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); |
