diff options
author | offl <offl@users.noreply.github.com> | 2020-09-12 03:16:55 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 23:00:30 +0100 |
commit | b430a70c6881a381278e701cc3e4da57f05c0d4f (patch) | |
tree | b3cf03357bf855c7524665a8904711f38973ec9f | |
parent | 0441f3ea5ebf0b9fd31f2e46cf862a74ecd0411a (diff) |
DB/Creature: Remove static spawn of Burning Felguard
Spawned throught Scarshield Portal only
(cherry picked from commit e0825cc0a01efa6e8ba186778b1d4c65e36643ef)
-rw-r--r-- | sql/updates/world/master/2022_02_05_14_world_2020_09_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_05_14_world_2020_09_12_00_world.sql b/sql/updates/world/master/2022_02_05_14_world_2020_09_12_00_world.sql new file mode 100644 index 00000000000..f66646875e7 --- /dev/null +++ b/sql/updates/world/master/2022_02_05_14_world_2020_09_12_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 10263; |