diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-10 04:53:48 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-10 04:53:48 +0100 |
commit | 92573c4fb55bb80b7262afa59c35363a0794e936 (patch) | |
tree | c3dfb7cd8d581eb629ea4d905093ec1676f1b03a | |
parent | 8e58779d91ab03d647d3133b785b5ecf1069e897 (diff) |
DB/Factionchange: Add a missing spell (Teleport: Darnassus / Teleport: Thunder Bluff) at player_factionchange_spells
-rw-r--r-- | sql/updates/world/2013_02_09_03_world_player_factionchange_spells.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_09_03_world_player_factionchange_spells.sql b/sql/updates/world/2013_02_09_03_world_player_factionchange_spells.sql new file mode 100644 index 00000000000..22f69b11aaa --- /dev/null +++ b/sql/updates/world/2013_02_09_03_world_player_factionchange_spells.sql @@ -0,0 +1,3 @@ +DELETE FROM `player_factionchange_spells` WHERE `alliance_id`=3565 AND `horde_id`=3566; +INSERT INTO `player_factionchange_spells` (`alliance_id`, `horde_id`) VALUES +(3565, 3566); -- Teleport: Darnassus / Teleport: Thunder Bluff |