Skip to content

Commit

Permalink
[DBError] remove wrong stormwind guards game_event_creature_data
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Sep 9, 2023
1 parent d2960aa commit 2205769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Updates/0173_c.68_random_movement.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 2473; -- not perm spawn
DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 190; -- not perm spawn
DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 189; -- not perm spawn

-- `game_event_creature_data` guid (189) does not exist in `creature`
-- `game_event_creature_data` guid (190) does not exist in `creature`
-- `game_event_creature_data` guid (2473) does not exist in `creature`
DELETE FROM `game_event_creature_data` WHERE `guid` IN (189,190,2473); -- s.27654 event 8

0 comments on commit 2205769

Please sign in to comment.