Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NPC #11

Merged
merged 7 commits into from
Sep 25, 2024
Merged

Add NPC #11

merged 7 commits into from
Sep 25, 2024

Conversation

laasker
Copy link
Contributor

@laasker laasker commented Sep 15, 2024

image

Fixes #4

@Helias
Copy link
Member

Helias commented Sep 15, 2024

[ 20%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Commands/cs_arena.cpp.o
/home/runner/work/mod-queue-list-cache/mod-queue-list-cache/modules/mod-queue-list-cache/src/QueueListNPC.cpp:23:63: fatal error: unused parameter 'creature' [-Wunused-parameter]
   23 | bool queue_list_npc::OnGossipSelect(Player* player, Creature* creature, uint32 /*uiSender*/, uint32 uiAction)
      |                                                               ^
1 error generated.
gmake[2]: *** [modules/CMakeFiles/modules.dir/build.make:118: modules/CMakeFiles/modules.dir/mod-queue-list-cache/src/QueueListNPC.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1199: modules/CMakeFiles/modules.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....

src/QueueListNPC.cpp Outdated Show resolved Hide resolved
@Helias Helias merged commit e6c072f into azerothcore:main Sep 25, 2024
1 check passed
@laasker laasker deleted the add-npc branch September 26, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add this on an NPC aswell?
3 participants