diff options
author | DDuarte <dnpd.dd@gmail.com> | 2015-05-19 23:53:11 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-05-20 00:02:14 +0100 |
commit | f0cdc803337b705983d5f784fd425cb0b63d6bcb (patch) | |
tree | 681cc980588f1ea4f649ca3ba1e081e03f0ac367 | |
parent | f4b38aab6d2921360ac48ba78356411fb6593a73 (diff) |
DB/Creature: Some npcs don't respond to aggro if player is in water
By Killyana, closes #5405
(cherry picked from commit 25f6b642e807a9506ef0f2e7ba98376490a0afa0)
Conflicts:
sql/updates/world/2015_04_18_00_world.sql
-rw-r--r-- | sql/updates/world/2015_05_19_02_world_2015_04_18_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_19_02_world_2015_04_18_00_world.sql b/sql/updates/world/2015_05_19_02_world_2015_04_18_00_world.sql new file mode 100644 index 00000000000..29d67fe0429 --- /dev/null +++ b/sql/updates/world/2015_05_19_02_world_2015_04_18_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry` IN (5931, 3989, 3988, 3991, 3999, 4004, 4003); |