diff options
author | offl <offl@users.noreply.github.com> | 2020-09-12 03:16:55 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-12 03:16:55 +0300 |
commit | e0825cc0a01efa6e8ba186778b1d4c65e36643ef (patch) | |
tree | e4767ec77bb1190379d0a96f90df08e58821276e /sql | |
parent | a46c835ed1b498d4670c149a9f3ca31ea44eb35f (diff) |
DB/Creature: Remove static spawn of Burning Felguard
Spawned throught Scarshield Portal only
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_12_00_world.sql b/sql/updates/world/3.3.5/2020_09_12_00_world.sql new file mode 100644 index 00000000000..f66646875e7 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_12_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 10263; |