diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-04 21:33:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-04 21:33:41 +0200 |
| commit | 5560c23d0aae95e483d6b8686f613fab8080c3ba (patch) | |
| tree | ab04ecc637f81dc1c08d6a9642cb2d907dd2d192 | |
| parent | d34cce1edb818425935662582fd18cc79bb77b19 (diff) | |
DB/Creature: fix phase for "Siegemaster Fezzik"
Closes #17510
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_04_13_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_04_13_world.sql b/sql/updates/world/3.3.5/2016_07_04_13_world.sql new file mode 100644 index 00000000000..cc46a42cbb0 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_04_13_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `phaseMask`=194 WHERE `id`=30657; |
