Skip to content

Commit

Permalink
Update 2024_06_24_creatures_objects.sql
Browse files Browse the repository at this point in the history
Corrected typo
  • Loading branch information
Nelnamara authored Jun 27, 2024
1 parent 21310e9 commit 07cf65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/db-world/2024_06_24_creatures_objects.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr

SET @C_TEMPLATE_MODEL = 500030;

DELETE FROM `creature_template` WHERE `entry` IN (
DELETE FROM `creature_template_model` WHERE `entry` IN (
@C_TEMPLATE_MODEL + 0,
@C_TEMPLATE_MODEL + 1,
@C_TEMPLATE_MODEL + 2
Expand Down

0 comments on commit 07cf65e

Please sign in to comment.