diff options
author | Killyana <morphone1@gmail.com> | 2018-03-11 14:54:12 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-11 14:54:12 +0100 |
commit | 2fe91a000f419bd32e3a229ad9be788ea5a9c2ec (patch) | |
tree | 8205734f6ba6c79c68b1fa8ea5fe75572ebc5712 | |
parent | a891eb364e941a5146fba4af16e1ecf65cdd9239 (diff) |
DB/Gameobject: Fix phaseMask and spawntimesecs for cosmetic eggs used on Territorial Trespass Quest
Ref #20771
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_11_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_11_00_world.sql b/sql/updates/world/3.3.5/2018_03_11_00_world.sql new file mode 100644 index 00000000000..9bcf34f7114 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_11_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `phaseMask`=1, `spawntimesecs`=-1 WHERE `id`=192538; |