fix(Scripts/GruulsLair): Fixed Ground Slam. (#14780)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
UltraNix
2023-02-12 14:14:15 +01:00
committed by GitHub
parent 7e07a31f26
commit 3d9a55996d
2 changed files with 230 additions and 193 deletions

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=33496;
INSERT INTO `spell_script_names` VALUES
(33496,'spell_tractor_beam_creator');
UPDATE `spell_dbc` SET `Effect_1`=28, `EffectMiscValueB_1`=64 WHERE `ID` IN (33495,33514,33515,33516,33517,33518,33519,33520);
UPDATE `creature_template` SET `ScriptName`='npc_invisible_tractor_beam_source' WHERE `entry`=19198;