Skip to content

Commit f7a2d6a

Browse files
Merge AzerothCore 3.3.5 to ElunaAzerothcore [skip ci]
2 parents 364827e + 0bf023c commit f7a2d6a

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2025_12_23_01 -> 2025_12_24_00
2+
-- Both Mending Fences and A Spark of Hope must be completed to change Phase to the friendly Dun Niffelem
3+
UPDATE `spell_area` SET `quest_start` = 12924, `quest_start_status` = 74 WHERE `quest_start` = 12956 AND `spell` = 55858;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2025_12_24_00 -> 2025_12_24_01
2+
-- Was
3+
UPDATE `creature_template` SET `faction` = 634 WHERE `entry` = 29036;

pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ This PR proposes changes to:
1010
- [ ] Scripts (bosses, spell scripts, creature scripts).
1111
- [ ] Database (SAI, creatures, etc).
1212

13+
### AI-assisted Pull Requests
14+
15+
> [!IMPORTANT]
16+
> While the use of AI tools when preparing pull requests is not prohibited, contributors must clearly disclose when such tools have been used and specify the model involved.
17+
>
18+
> Contributors are also expected to fully understand the changes they are submitting and must be able to explain and justify those changes when requested by maintainers.
19+
20+
- [ ] AI tools (e.g. ChatGPT, Claude, or similar) were used entirely or partially in preparing this pull request. Please specify which tools were used, if any.
21+
1322
## Issues Addressed:
1423
<!-- If your fix has a relating issue, link it below -->
1524
- Closes

src/server/game/Maps/AreaDefines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ enum AreaTableIDs : uint32
9696
AREA_EVERSONG_WOODS = 3430,
9797
AREA_GHOSTLANDS = 3433,
9898
AREA_HELLFIRE_PENINSULA = 3483,
99+
AREA_SILVERMOON_CITY = 3487,
99100
AREA_NAGRAND = 3518,
100101
AREA_TEROKKAR_FOREST = 3519,
101102
AREA_SHADOWMOON_VALLEY = 3520,

0 commit comments

Comments
 (0)