*Add new line to end of sqls.

--HG--
branch : trunk
This commit is contained in:
hunteee
2009-06-18 20:10:59 +02:00
parent 8e3313ceb2
commit 491bc7569b
188 changed files with 5 additions and 188 deletions

View File

@@ -20,4 +20,3 @@ DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test
DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m');
DROP TABLE IF EXISTS item_test;

View File

@@ -1,4 +1,3 @@
DELETE FROM pet_aura WHERE guid NOT IN (SELECT id FROM character_pet);
DELETE FROM pet_spell WHERE guid NOT IN (SELECT id FROM character_pet);
DELETE FROM pet_spell_cooldown WHERE guid NOT IN (SELECT id FROM character_pet);