aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-10-22 20:23:07 +0200
committerVincent_Michael <Vincent_Michael@gmx.de>2013-10-22 20:24:05 +0200
commit9802c7b89180c594da8eb2e2554d7836c5dfeb9b (patch)
treec890f4cfdae89106756b0b46c9bd363f0472a05c /sql
parent0f92d513f8b544d48d868285fbe470c097e07a44 (diff)
Scripts/Misc: Coding Style unification? (by Aokromes)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_10_20_00_world_conditions.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_10_20_00_world_conditions.sql b/sql/updates/world/2013_10_20_00_world_conditions.sql
index 9d25ecd5064..cac106ade39 100644
--- a/sql/updates/world/2013_10_20_00_world_conditions.sql
+++ b/sql/updates/world/2013_10_20_00_world_conditions.sql
@@ -181,4 +181,4 @@ INSERT INTO `conditions` (SourceTypeOrReferenceId, SourceGroup, SourceEntry, Sou
-- NPC ID: 28474, Name: Amal'thazad, Menu-ID: 9693, Trainer-Classmask: 32, Text-ID1: 13174, Trainer-Option: 0, Talent-Option: 1, Dualspec-Option: 2
(15, @MENU17, @TRAINEROPT, 0, 0, 15, 0, @CLASSMASK_DK, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a Death Knight'),
(15, @MENU17, @TALENTOPT, 0, 0, 15, 0, @CLASSMASK_DK, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a Death Knight'),
-(15, @MENU17, @DUALOPT, 0, 0, 15, 0, @CLASSMASK_DK, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a Death Knight'); \ No newline at end of file
+(15, @MENU17, @DUALOPT, 0, 0, 15, 0, @CLASSMASK_DK, 0, 0, 0, 0, 0, '', 'Show gossip option if player is a Death Knight');