diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-06 01:51:53 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-06 01:51:53 +0200 |
commit | 7f93e1e56e205c974b7644c6efa80fec11a6a78b (patch) | |
tree | e5517ea57128f47c0396303223fe5605e5cd9e38 /sql | |
parent | 0b4a2c6ca6df7a53e46782f7814c29f36747b9d6 (diff) |
DB/Creature: Fix hover for "Maiden of Drak'Mar" in 7a04d5ee8276a81156af9fb7ac13521441cb3f36
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_09_06_01_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_06_01_world_creature_template.sql b/sql/updates/world/2014_09_06_01_world_creature_template.sql new file mode 100644 index 00000000000..a78145a174f --- /dev/null +++ b/sql/updates/world/2014_09_06_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `HoverHeight`=1 WHERE `entry`=33273; -- Maiden of Drak'Mar |