diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-28 22:35:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-28 22:35:01 +0200 |
| commit | c0974a3eaf9079d922717f3fc3f43f1b89ee1398 (patch) | |
| tree | 02eeb11fb72b59fc14eeb6073a45597199624abd | |
| parent | b3d814ee50b265c140d65b6f92ce42482ce1f39b (diff) | |
DB/Creature: remove one incorrect npcflag
By tkrokli
| -rw-r--r-- | sql/updates/world/6.x/2016_06_28_00.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_28_00.sql b/sql/updates/world/6.x/2016_06_28_00.sql new file mode 100644 index 00000000000..f56a204ba5c --- /dev/null +++ b/sql/updates/world/6.x/2016_06_28_00.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (15294); |
