diff options
| author | dr-j <dr-j@users.noreply.github.com> | 2020-04-15 23:33:46 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-15 23:33:46 +0200 |
| commit | 4bf5bec50904999efd5bb860e3cfbb8263a911de (patch) | |
| tree | a93311dfcf8a6971a6186c2a456ff6cd83073b29 | |
| parent | 1a1489d73e9b69b5c5465b2963080500fe050fa6 (diff) | |
DB: Remove wrong spawns related to "Kickin’ Nass and taking manes"
Closes #24464
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_15_07_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_15_07_world.sql b/sql/updates/world/3.3.5/2020_04_15_07_world.sql new file mode 100644 index 00000000000..59ef467eeda --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_15_07_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (105650,105651); +UPDATE `creature_template` SET `exp`=2 WHERE `entry`=28521; |
