diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-03-02 15:43:34 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-03-02 15:43:34 +0100 |
| commit | 23624ed75abc8cbb77bb2e24a08e0836e4c41db5 (patch) | |
| tree | 593c0a5f9e4b75404ff3d30729ac08a7ea93f690 /sql/updates/world/master | |
| parent | dac15a32a6361a5e47e17b621828369b1b7a4d84 (diff) | |
Core: Updated to 11.1.0
Diffstat (limited to 'sql/updates/world/master')
| -rw-r--r-- | sql/updates/world/master/2025_03_02_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_03_02_00_world.sql b/sql/updates/world/master/2025_03_02_00_world.sql new file mode 100644 index 00000000000..a23e9c65832 --- /dev/null +++ b/sql/updates/world/master/2025_03_02_00_world.sql @@ -0,0 +1,4 @@ +ALTER TABLE `gossip_menu_option` MODIFY `BoxMoney` bigint unsigned NOT NULL DEFAULT 0; + +UPDATE `gameobject_template` SET `data4`=0x43,`VerifiedBuild`=-ABS(`VerifiedBuild`) WHERE `type`=32 AND `data4`=0; +UPDATE `gameobject_template` SET `data4`=0x10,`VerifiedBuild`=-ABS(`VerifiedBuild`) WHERE `type`=32 AND `data4`=1; |
