From 79744dfd1e9199c253085eeb55e3e4dc46d1a90c Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 13 Jul 2024 12:10:46 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Item):=20add=20flag=20CU=5FDURATION=5FRE?= =?UTF-8?q?AL=5FTIME=20to=2021174=20'Empty=20Festive=20=E2=80=A6=20(#19392?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Item): add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug' --- data/sql/updates/pending_db_world/rev_1720780836000850100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1720780836000850100.sql diff --git a/data/sql/updates/pending_db_world/rev_1720780836000850100.sql b/data/sql/updates/pending_db_world/rev_1720780836000850100.sql new file mode 100644 index 000000000..80f4e34eb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1720780836000850100.sql @@ -0,0 +1,2 @@ +-- add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug' +UPDATE `item_template` SET `flagsCustom` = (`flagsCustom` | 1) WHERE (`entry` = 21174);