Skip to content

Commit

Permalink
[4492] Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Oct 3, 2023
1 parent 7c7b5d2 commit 58976c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/4492_VDB-20220629204830_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ UPDATE `creature_template` SET `MeleeBaseAttackTime`=2800 WHERE `entry` = 4857;
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 4860; -- Stone Steward
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 4958; -- Haunting Spirit
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 4971; -- Slim's Friend
UPDATE `creature_template_addon` SET `auras` = '8601' WHERE entry` = 4971; -- no s.3616
UPDATE `creature_template_addon` SET `auras` = '8601' WHERE `entry` = 4971; -- no s.3616
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 4977; -- Murkshallow Softshell
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 5044; -- Theramore Skirmisher
UPDATE `creature_template` SET `MeleeBaseAttackTime`=2000 WHERE `entry` = 5045; -- Private Hallan
Expand Down

0 comments on commit 58976c2

Please sign in to comment.