Fix typo (thx Trista)

This commit is contained in:
Vincent-Michael
2012-11-27 19:07:46 +01:00
parent 210757bc46
commit 1bde761742
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7568,7568);
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7567,7568);
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7567,7568);
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
@@ -203,7 +203,7 @@ class boss_sapphiron : public CreatureScript
if (Player* player = ObjectAccessor::GetPlayer(*me, itr->first))
player->RemoveAura(SPELL_ICEBOLT);
if (GameObject* go = GameObject::GetGameObject(*me, itr->second))
if (GameObject* go = ObjectAccessor::GetGameObject(*me, itr->second))
go->Delete();
}
_iceblocks.clear();