diff options
| author | tibbi <tibbi@centrum.sk> | 2012-10-28 19:37:27 +0100 |
|---|---|---|
| committer | tibbi <tibbi@centrum.sk> | 2012-10-28 19:37:27 +0100 |
| commit | b484f5d17e315515af07630fd691e24346a5cc25 (patch) | |
| tree | f86d6f4e675b1158a81a79aefb1c030b1a93f68c | |
| parent | fc17c2b41ee124319f57bc4a2764d38054e26b66 (diff) | |
adding another item
| -rw-r--r-- | sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql b/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql index 641917b7425..17b9616624a 100644 --- a/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql +++ b/sql/updates/world/2012_10_28_00_world_player_factionchange_items.sql @@ -1,3 +1,4 @@ -DELETE FROM `player_factionchange_items` WHERE `alliance_id` = 15198; +DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (15198, 47937); INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUES -(0, 15198, 'Knight\'s Colors', 0, 15199, 'Stone Guard\'s Herald'); +(0, 15198, 'Knight\'s Colors', 0, 15199, 'Stone Guard\'s Herald'), +(0, 47937, 'Girdle of the Nether Champion', 0, 48009, 'Belt of the Nether Champion'); |
