Fix typo (thx Trista)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user