diff options
author | Killyana <morphone1@gmail.com> | 2016-04-17 02:50:27 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-17 02:50:27 +0200 |
commit | 25e1ecb33de8bfaea7fa7fa8c7f3da3074ea89e0 (patch) | |
tree | e236317ff1bd7f646e59e95a6d7bcfb6f8d2a832 | |
parent | 5299e25d25048f9d0eb9d824e6968722f1cafcbc (diff) |
DB/Creature: Fix Leviathan Mk II health points
Updates #16983
-rw-r--r-- | sql/updates/world/6.x/2016_04_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_04_17_00_world.sql b/sql/updates/world/6.x/2016_04_17_00_world.sql new file mode 100644 index 00000000000..ebfbdb1d008 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `exp`=0 WHERE `entry` IN (33432, 34106); |