diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-19 21:59:26 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-19 21:59:26 +0200 |
| commit | b7ca4d4e8e600517bc036a6b37e6258a6742ef18 (patch) | |
| tree | d03576b600bb65a20bf82fa4f4d6a0d0482524ea | |
| parent | aeddd417c460c43d885cb89ceaa6e051c44b1d27 (diff) | |
DB/GameObject: replace Circle of Aquementas with Aquementas Spell Focus.
Closes #17560.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_19_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_19_03_world.sql b/sql/updates/world/3.3.5/2019_07_19_03_world.sql new file mode 100644 index 00000000000..55a9945a16d --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_19_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `id`=164724 WHERE `id`=148507; |
