aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-06-01 17:45:20 +0200
committerOvahlord <dreadkiller@gmx.de>2024-06-01 19:32:24 +0200
commit57c36d758fabadd0385cde75b5b6abdcd8c493dd (patch)
tree5a9ef5b1822347cda950fc2c1cf9e0d900c8c769 /sql/updates/world
parentd4c36db8aca9b3da8c589ac313c230763687f171 (diff)
Core/Items: implement reforging items
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/cata_classic/2024_06_01_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_06_01_00_world.sql b/sql/updates/world/cata_classic/2024_06_01_00_world.sql
new file mode 100644
index 00000000000..cc92a1149be
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_06_01_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `npcflag`= (0x00400000 << 32) WHERE `entry` IN (54441, 54471);