diff options
author | Killyana <morphone1@gmail.com> | 2015-12-18 15:49:01 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-18 15:49:01 +0100 |
commit | 7cbb13c3cb47a053304b3913b5e963da9b3b8b1f (patch) | |
tree | 51a8698e3d19da25616f81d7ce5c38fa635a193c | |
parent | e1bcd10c9bc2ccfacb5edd80bd4212f28cf8fc30 (diff) |
DB/Creature: Remove Hover mode for Agent Kearnen
Closes #16057
-rw-r--r-- | sql/updates/world/2015_12_18_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_18_00_world_335.sql b/sql/updates/world/2015_12_18_00_world_335.sql new file mode 100644 index 00000000000..3fb3e5a6e1e --- /dev/null +++ b/sql/updates/world/2015_12_18_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `bytes1`=8 WHERE `guid`=4216; |