* Fix a mistake in boss_satharion script which gave players very usefull auras...

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-10 21:19:04 +01:00
parent f41e837143
commit 929a43bb53
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `character_aura` WHERE `spell` IN (61248, 58105, 61265);

View File

@@ -0,0 +1,2 @@
DELETE FROM `pet_aura` WHERE `spell` IN (61248, 58105, 61265);