diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-07-03 18:37:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-14 00:06:37 +0100 |
commit | 0d9a7f626dd0fd167b915f1f45dec0f00a1b075c (patch) | |
tree | 75e114088b9412e2d35aa1ababda209a3c37526f | |
parent | fdd5063ba22dc1280ab0aa168880fe8c77402c7c (diff) |
DB/Creature: remove wrong repairer npcflag from NPC Perascamin.
(cherry picked from commit cc5088369b43f25f68443e1018e994694158c2c2)
-rw-r--r-- | sql/updates/world/master/2021_12_13_02_world_2019_07_03_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_13_02_world_2019_07_03_02_world.sql b/sql/updates/world/master/2021_12_13_02_world_2019_07_03_02_world.sql new file mode 100644 index 00000000000..4b602c9acd8 --- /dev/null +++ b/sql/updates/world/master/2021_12_13_02_world_2019_07_03_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`&~4096 WHERE `entry`=16280; |