diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-05 12:56:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 12:56:52 +0200 |
| commit | 40ed026537fca4b9ca1a11f3457fb9d8443dfbd3 (patch) | |
| tree | 50a423982ee80bc1a4b4adf6c3bb79f916290830 | |
| parent | 3ea582998ba377ccb9fc88c1e4a8a1ae78f8faaf (diff) | |
Update 2016_09_05_02_world.sql
| -rw-r--r-- | sql/updates/world/6.x/2016_09_05_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/6.x/2016_09_05_02_world.sql b/sql/updates/world/6.x/2016_09_05_02_world.sql index 79c0cc24915..9393d115328 100644 --- a/sql/updates/world/6.x/2016_09_05_02_world.sql +++ b/sql/updates/world/6.x/2016_09_05_02_world.sql @@ -1,7 +1,7 @@ -- UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `speed_walk`=20, `speed_run`=7.14286, `unit_flags`=33554752, `unit_flags2`=34816 WHERE `entry`=49101; UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `speed_walk`=20, `speed_run`=7.14286, `unit_flags`=33554752, `unit_flags2`=34816 WHERE `entry`=49100; -UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `speed_walk`=20, `speed_run`=7.14286, `unit_flags`=64, `unit_flags2`=134250496' WHERE `entry`=49097; +UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `speed_walk`=20, `speed_run`=7.14286, `unit_flags`=64, `unit_flags2`=134250496 WHERE `entry`=49097; UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `speed_walk`=20, `speed_run`=7.14286, `unit_flags`=64, `unit_flags2`=34816 WHERE `entry`=49096; UPDATE `creature_template` SET `minlevel`=86, `maxlevel`=86, `exp`=3, `faction`=14, `unit_flags`=33554432 WHERE `entry`=49099; UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `unit_flags`=32832 WHERE `entry`=49080; |
