diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-11-26 03:53:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-26 03:53:59 +0100 |
| commit | b4f92a253234e8933479e815bea2a29ef52ff02f (patch) | |
| tree | 7239f2015b97002cf62902295b88005d7665ec8c | |
| parent | c276e144b2835f75d153efd9701e7b8e8f56c755 (diff) | |
DB/Creature: Remove Stormwind Construction workers
Closes #18288 by Krudor
| -rw-r--r-- | sql/updates/world/master/2016_11_26_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2016_11_26_02_world.sql b/sql/updates/world/master/2016_11_26_02_world.sql new file mode 100644 index 00000000000..2819c094177 --- /dev/null +++ b/sql/updates/world/master/2016_11_26_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id` IN (28569,28596); +-- |
