diff options
author | Killyana <morphone1@gmail.com> | 2020-05-24 21:06:09 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 19:09:58 +0100 |
commit | c253e191efdfa289b386d23d307850b0c61cf548 (patch) | |
tree | 2524fae61958684480098808e25583ec55675bca | |
parent | 145756a231d2ea94299dda1510f803cf61f4197c (diff) |
DB/Creature: Remove Ossirian Crystal Trigger as spawned by script
Closes #24681
(cherry picked from commit 9683ce99ebef251f1c3c004d67bfbd26b49895c6)
-rw-r--r-- | sql/updates/world/master/2022_01_06_21_world_2020_05_24_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_21_world_2020_05_24_01_world.sql b/sql/updates/world/master/2022_01_06_21_world_2020_05_24_01_world.sql new file mode 100644 index 00000000000..7c4c064263a --- /dev/null +++ b/sql/updates/world/master/2022_01_06_21_world_2020_05_24_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=15590; |