Scripts/Deadmines: fixed a logic mistake at Glubtok

This commit is contained in:
Ovalord
2018-02-24 17:03:34 +01:00
parent 4540969ac8
commit 3e48c226d0
2 changed files with 3 additions and 38 deletions

View File

@@ -1,4 +1 @@
UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry` IN (48975, 49039, 49040, 48976, 49041, 49042);
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_glubtok_fire_wall';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(91398 ,'spell_glubtok_fire_wall');