aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-03 18:37:37 +0200
committerGitHub <noreply@github.com>2019-07-03 18:37:37 +0200
commitcc5088369b43f25f68443e1018e994694158c2c2 (patch)
tree2d807a06ded2a8c1e46f9e1b39ae06f3c17ac5c3
parent670085d8c099606136a904c8a67b8df9c0dd9f1e (diff)
DB/Creature: remove wrong repairer npcflag from NPC Perascamin.
-rw-r--r--sql/updates/world/3.3.5/2019_07_03_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_03_02_world.sql b/sql/updates/world/3.3.5/2019_07_03_02_world.sql
new file mode 100644
index 00000000000..4b602c9acd8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_03_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `npcflag`=`npcflag`&~4096 WHERE `entry`=16280;