aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2022-01-18 21:22:41 +0100
committerGitHub <noreply@github.com>2022-01-18 21:22:41 +0100
commit4c5f57d7129bb1e2adfd2d20779c984473421238 (patch)
tree26eb64859308748bc8f9f3bc18e75ec9b076a42c /sql
parentbbed5dc3e8327535e3842650b966291dd90c9bc7 (diff)
Core/Quests: Remove RewardMoney from quest_template as it is not a static value and depends on receiving player (#27590)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_18_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_18_00_world.sql b/sql/updates/world/master/2022_01_18_00_world.sql
new file mode 100644
index 00000000000..f1cd2cbfba4
--- /dev/null
+++ b/sql/updates/world/master/2022_01_18_00_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `quest_template` DROP COLUMN `RewardMoney`;