diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-11-05 20:47:26 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-11-05 20:47:26 +0100 |
| commit | f3d868da98807a2818ae831d0aee17d9557e789c (patch) | |
| tree | d7d454b188ef08124d8272c46556e10e5aab2453 /sql | |
| parent | b35d2719b01b8161a630c243c63f96d042d6b08d (diff) | |
Core/Packets: fixed structure of SMSG_QUERY_QUEST_INFO_RESPONSE and dropped two removed quest template fields
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/cata_classic/2024_11_05_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_11_05_01_world.sql b/sql/updates/world/cata_classic/2024_11_05_01_world.sql new file mode 100644 index 00000000000..cb75b9c65d8 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_11_05_01_world.sql @@ -0,0 +1,3 @@ +ALTER TABLE `quest_template` + DROP COLUMN `ManagedWorldStateID`, + DROP COLUMN `QuestSessionBonus`; |
